-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from yisibl/android-armv7
feat: support Android armv7
- Loading branch information
Showing
6 changed files
with
53 additions
and
0 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
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 @@ | ||
# `@resvg/resvg-js-android-arm-eabi` | ||
|
||
This is the **armv7-linux-androideabi** binary for `@resvg/resvg-js` |
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,35 @@ | ||
{ | ||
"name": "@resvg/resvg-js-android-arm-eabi", | ||
"version": "1.1.0", | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"arm" | ||
], | ||
"main": "resvg-js.android-arm-eabi.node", | ||
"files": [ | ||
"resvg-js.android-arm-eabi.node" | ||
], | ||
"description": "A high-performance SVG renderer, powered by Rust based resvg and napi-rs", | ||
"keywords": [ | ||
"resvg", | ||
"svg", | ||
"node-resvg", | ||
"resvg-js", | ||
"resvg-node", | ||
"rust", | ||
"svg2png", | ||
"svg2img", | ||
"svg to png" | ||
], | ||
"license": "MPL-2.0", | ||
"engines": { | ||
"node": ">= 10" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public" | ||
}, | ||
"repository": "[email protected]:yisibl/resvg-js.git" | ||
} |
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