https://github.com/blend2d/blend2d-js
Blend2D bindings for node.js
https://github.com/blend2d/blend2d-js
Last synced: about 1 year ago
JSON representation
Blend2D bindings for node.js
- Host: GitHub
- URL: https://github.com/blend2d/blend2d-js
- Owner: blend2d
- Created: 2016-03-31T23:45:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T21:43:58.000Z (about 6 years ago)
- Last Synced: 2025-03-25T23:28:11.317Z (over 1 year ago)
- Language: C++
- Size: 46.9 KB
- Stars: 14
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blend2D JS Bindings
-------------------
Blend2D bindings for node.js.
Disclaimer
----------
This is a proof-of-concept implementation that uses NJS-API to bind Blend2D classes into JS. The bindings match some JS and HTML5 conventions (for example using string representations of enumerations).
Wrapped Classes
---------------
* `Path`
* `Image`
* `Pattern`
* `Gradient`
* `Font`
* `FontFace`
* `Context`
* `ContextCookie`
* `Runtime`
Building
--------
These bindings require Blend2D library to be installed and available including public Blend2D C++ headers. NJS-API that is used to create bindings should be installed by using `npm install` as it's specified in package dependencies.