Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 844 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 844 Bytes

Supernote file-format support

This library uses image-js and can be used inside of browser environments and/or node.

Ratta Supernote has often commented that the file-format is yet unstable and shouldn't be much relied upon (yet). Please keep this in mind.

For some quick snippets, take a look at the smoke tests.

Developer Notes

Test Individual Suite

npx jest -t 'manta'

Publish

npm version patch
npm run build
npm publish

Thank You