Skip to content

blend2d/blend2d-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Blend2D bindings for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages