inkferro-napi 0.1.0

Node-API (napi-rs) bridge exposing the inkferro Rust renderer to the inkferro npm package.
Documentation
1
2
3
4
5
extern crate napi_build;

fn main() {
    napi_build::setup();
}