Julusian / node-image-rs

A minimal and performant wrapper around the rust image library for nodejs

Home Page:https://www.npmjs.com/package/@julusian/image-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@julusian/image-rs

Node CI npm npm npm

@julusian/image-rs provides a minimal and performant wrapper around the rust image library.

Please ask if you need more methods exposed.

Requirements

All versions of Node still in active Long-term Support and the current development version are supported. Older versions may or may not work; they are not and will not be supported.

We provide prebuilds for many platforms. If your platform is not supported, open an issue and hopefully it can be enabled. If you need to build from source, you will require a rust toolchain to be available.

Installation

Make sure you've got the requirements installed first.

Using yarn:

yarn add @julusian/image-rs

Using npm:

npm install --save @julusian/image-rs

API

TODO

Check the Typescript definitions for

License

See LICENSE.

Copyright © Julian Waller. All Rights Reserved.

About

A minimal and performant wrapper around the rust image library for nodejs

https://www.npmjs.com/package/@julusian/image-rs

License:MIT License


Languages

Language:Rust 63.9%Language:JavaScript 36.1%