napi
Here are 117 public repositories matching this topic...
Gif support
Ref: https://docs.rs/gif
// https://docs.rs/gif/0.11.2/gif/enum.ExtensionData.html
const gifCanvas= createGifCanvas(1024, 768, Extensions)
const ctx = gifCanvas.createFrame() // raw canvas rendering context
gifCanvas.encode() // gif buffer Promise<Buffer>-
Updated
Dec 1, 2017 - Rust
-
Updated
Jun 8, 2018 - Shell
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Dec 3, 2021 - C++
-
Updated
Mar 11, 2022 - LiveScript
Sometimes buffer is not required; we can integrate a parameter asBuffer to choose the output type between string and buffer.
-
Updated
Feb 13, 2022 - C++
-
Updated
Feb 24, 2022 - Rust
-
Updated
Apr 10, 2018 - C++
-
Updated
Oct 20, 2017 - C
-
Updated
Feb 10, 2018 - JavaScript
-
Updated
Feb 10, 2018 - JavaScript
Hi.
Im using libvirt-node in my project and i needed some api for monitoring my VMs.
i added them to whitelist as you said in DEVELOPMENT.md but when I try to regenerate the files I get the following error:
Error: Type 'virDomainPtr *' is not mapped to a napi type
I see that you mentioned this error in whitelist.js.
Is there anyway to fix it?
I would be thankful if you consider h
-
Updated
Apr 10, 2018 - C++
-
Updated
Nov 15, 2021 - Objective-C++
Improve this page
Add a description, image, and links to the napi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the napi topic, visit your repo's landing page and select "manage topics."
For someone who isn't following the ever changing Nodejs ecosystem, it's hard to setup a local development environment for contributing to napi-rs.🤪