internetarchive / internetarchive/bookreader
Investigate if we can require $ to be imported instead of global
Open
priority: low
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 491
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 3
Description
Currently, all .js files assume `$` to be globally available. It would be great if we could make that package only work with import.
Requirements:
- [ ] Any file that references `$` should also `import` it
- [ ] jQuery should _not_ be included in the BookReader bundle
Contributor guide
Assessment
This issue has not been assessed yet.