Add browserify support to make npm module more meaningful
Open
- Dominant language
- JavaScript
- Stars
- 38.2k
- Forks
- 6.6k
- PR merge metrics
- No merged PRs in 30d
Description
Even when installed via npm, impress.js does not export anything.
It directly decorates "window" which it assumes to be the global variable, even though that's not how it works outside of the browser.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the npm entry point and the initialization code that directly decorates "window". Check how the package behaves under browserify and identify the existing test or build command for npm usage. Done means an npm-installed impress.js module exposes a usable export without assuming a browser global.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100