-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I was able to use this library in the browser by adding a build script based on browserify.
"scripts": {
"build": "browserify index.js -o dist/image-decode.js --standalone decode",
"test": "node test"
}
The standalone library can then be used within the browsers.
Just wondering... are you planning on adding this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels