mirror of
https://github.com/multipleof4/stain.otf.git
synced 2026-01-14 08:37:59 +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",
|
||||
"version": "0.2.0",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "node build.js"
|
||||
"build:font": "node scripts/build-font.mjs",
|
||||
"build": "npm run build:font"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"opentype.js": "^1.3.4"
|
||||
}
|
||||
},
|
||||
"devDependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user