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