Closed ndmlny-qs closed 1 year ago
This code actually seems to be doing something.
Before this PR:
and after:
The warnings in the before image are the doing of my PR #95.
thanks for showing this does something. do you know why it is using these fonts? I don't fully understand why a wraper would need fonts, but I'll close it out
I think fonts are used for icons in ipyvolume's toolbar, which is currently broken regardless (it's actually sort of present in Firefox). I would be happy to get rid of this code, but I suppose there will be another mechanism necessary to load resources like fonts.
src/webpack.ts
is not used, and is removed in this commit.The following files
index.ts
loader.ts
manager.ts
have been modified to remove commented out code, and fixes a few
!=
and==
where they should be!==
and===
.