Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wagerfield/unscene
2D Graphics Library
https://github.com/wagerfield/unscene
Last synced: 6 days ago
JSON representation
2D Graphics Library
- Host: GitHub
- URL: https://github.com/wagerfield/unscene
- Owner: wagerfield
- License: mit
- Created: 2024-02-02T21:10:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T17:17:08.000Z (10 months ago)
- Last Synced: 2024-11-05T12:27:08.359Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://unscene.vercel.app
- Size: 580 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# [Unscene]
Lightweight 2D graphics library for the web
npm add unscene
## Features
- Full scene graph
- Zero dependencies
- Blazingly fast
- Multiple render targets## Scripts
| Script | Description |
| ------- | -------------------------------- |
| dev | Run development server |
| test | Run unit test suite |
| docs | Run Astro docs in development |
| build | Build Astro docs for production |
| clean | Clean generated directories |
| format | Format code using Prettier |
| preview | Preview production Astro docs |
| package | Package library for distribution |
| release | Release library to NPM |## License
[MIT][unscene-license] © [Matthew Wagerfield][wagerfield]
[wagerfield]: https://github.com/wagerfield
[unscene]: https://github.com/wagerfield/unscene#readme
[unscene-license]: https://github.com/wagerfield/unscene/blob/main/license