mirror of
https://github.com/multipleof4/stain.otf.git
synced 2026-01-14 00:27:55 +00:00
Feat: Add opentype lib and build script
This commit is contained in:
11
package.json
11
package.json
@@ -1,13 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "stainfont",
|
"name": "stainfont",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node build.js"
|
"build:font": "node scripts/build-font.mjs",
|
||||||
|
"build": "npm run build:font"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {
|
||||||
"devDependencies": {
|
|
||||||
"opentype.js": "^1.3.4"
|
"opentype.js": "^1.3.4"
|
||||||
}
|
},
|
||||||
|
"devDependencies": {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user