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 55222a5 commit 0833029Copy full SHA for 0833029
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "minecraft-text-canvas",
3
- "version": "1.0.0",
4
- "description": "Render Minecraft text to a Buffer using node-canvas",
+ "version": "1.0.1",
+ "description": "Generate images of Minecraft text using markup.",
5
"license": "MIT",
6
"main": "dist/index.js",
7
"exports": {
@@ -43,6 +43,7 @@
43
"@typescript-eslint/parser": "^5.30.6",
44
"copyfiles": "^2.4.1",
45
"eslint": "^8.18.0",
46
+ "node-gyp": "^10.1.0",
47
"typescript": "^4.5.5"
48
}
49
0 commit comments