We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1492d38 commit c279858Copy full SHA for c279858
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "skia-canvas",
3
"version": "0.9.31-rc5",
4
- "description": "A canvas environment for Node",
+ "description": "A GPU-accelerated Canvas Graphics API for Node",
5
"author": "Christian Swinehart <drafting@samizdat.co>",
6
"license": "MIT",
7
"repository": {
@@ -56,8 +56,9 @@
56
]
57
},
58
"keywords": [
59
- "skia",
60
"canvas",
+ "gpu",
61
+ "skia",
62
"offscreen",
63
"headless",
64
"graphic",
@@ -66,6 +67,8 @@
66
67
"images",
68
"compositing",
69
"render",
70
+ "vulkan",
71
+ "metal",
72
"pdf",
73
"svg",
74
"rust"
0 commit comments