https://github.com/philips/supernote-typescript
https://github.com/philips/supernote-typescript
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philips/supernote-typescript
- Owner: philips
- License: gpl-3.0
- Created: 2024-03-01T16:18:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T05:59:25.000Z (over 1 year ago)
- Last Synced: 2025-07-11T16:41:37.001Z (12 months ago)
- Language: TypeScript
- Size: 2.31 MB
- Stars: 23
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Supernote file-format support
This library uses [image-js](https://github.com/image-js/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](./tests/main.test.ts).
## Developer Notes
### Test Individual Suite
```
npx jest -t 'manta'
```
### Publish
```
npm version patch
npm run build
npm publish
```
## Thank You
- Thank you to [Tiemen Schuijbroek](https://gitlab.com/Tiemen/supernote) for developing the initial supernote Typescript library I forked.
- Heavily inspired by the [Python implementation by jya-dev](https://github.com/jya-dev/supernote-tool). This one currently only supports the X series notebooks.