generated from napi-rs/package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9112ece
commit ed4fdbf
Showing
7 changed files
with
63 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@napi-rs/canvas-linux-riscv64-gnu` | ||
|
||
This is the **riscv64-unknown-linux-gnu** binary for `@napi-rs/canvas` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"name": "@napi-rs/canvas-linux-riscv64-gnu", | ||
"version": "0.1.62", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"riscv64" | ||
], | ||
"main": "skia.linux-riscv64-gnu.node", | ||
"files": [ | ||
"skia.linux-riscv64-gnu.node" | ||
], | ||
"description": "Canvas for Node.js with skia backend", | ||
"keywords": [ | ||
"napi-rs", | ||
"NAPI", | ||
"N-API", | ||
"Rust", | ||
"node-addon", | ||
"node-addon-api", | ||
"canvas", | ||
"image", | ||
"pdf", | ||
"svg", | ||
"skia" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/Brooooooklyn/canvas.git" | ||
}, | ||
"libc": [ | ||
"glibc" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters