mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
chore: add opentype.js dependency for meme text rendering
This commit is contained in:
@@ -12,9 +12,6 @@
|
|||||||
"clean": "rm -rf dist"
|
"clean": "rm -rf dist"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@snapotter/ai": "workspace:*",
|
|
||||||
"@snapotter/image-engine": "workspace:*",
|
|
||||||
"@snapotter/shared": "workspace:*",
|
|
||||||
"@fastify/cors": "^11.0.0",
|
"@fastify/cors": "^11.0.0",
|
||||||
"@fastify/multipart": "^9.0.0",
|
"@fastify/multipart": "^9.0.0",
|
||||||
"@fastify/rate-limit": "^10.2.0",
|
"@fastify/rate-limit": "^10.2.0",
|
||||||
@@ -22,6 +19,9 @@
|
|||||||
"@neplex/vectorizer": "^0.0.5",
|
"@neplex/vectorizer": "^0.0.5",
|
||||||
"@scalar/fastify-api-reference": "^1.49.5",
|
"@scalar/fastify-api-reference": "^1.49.5",
|
||||||
"@sentry/node": "^10.49.0",
|
"@sentry/node": "^10.49.0",
|
||||||
|
"@snapotter/ai": "workspace:*",
|
||||||
|
"@snapotter/image-engine": "workspace:*",
|
||||||
|
"@snapotter/shared": "workspace:*",
|
||||||
"archiver": "^7.0.1",
|
"archiver": "^7.0.1",
|
||||||
"better-sqlite3": "^11.7.0",
|
"better-sqlite3": "^11.7.0",
|
||||||
"dotenv": "^16.4.0",
|
"dotenv": "^16.4.0",
|
||||||
@@ -31,6 +31,7 @@
|
|||||||
"fflate": "^0.8.2",
|
"fflate": "^0.8.2",
|
||||||
"js-yaml": "^4.1.1",
|
"js-yaml": "^4.1.1",
|
||||||
"mupdf": "^1.27.0",
|
"mupdf": "^1.27.0",
|
||||||
|
"opentype.js": "^2.0.0",
|
||||||
"p-queue": "^9.1.0",
|
"p-queue": "^9.1.0",
|
||||||
"pdfkit": "^0.18.0",
|
"pdfkit": "^0.18.0",
|
||||||
"piscina": "^5.1.4",
|
"piscina": "^5.1.4",
|
||||||
|
|||||||
Generated
+9
@@ -144,6 +144,9 @@ importers:
|
|||||||
mupdf:
|
mupdf:
|
||||||
specifier: ^1.27.0
|
specifier: ^1.27.0
|
||||||
version: 1.27.0
|
version: 1.27.0
|
||||||
|
opentype.js:
|
||||||
|
specifier: ^2.0.0
|
||||||
|
version: 2.0.0
|
||||||
p-queue:
|
p-queue:
|
||||||
specifier: ^9.1.0
|
specifier: ^9.1.0
|
||||||
version: 9.1.0
|
version: 9.1.0
|
||||||
@@ -5525,6 +5528,10 @@ packages:
|
|||||||
oniguruma-to-es@3.1.1:
|
oniguruma-to-es@3.1.1:
|
||||||
resolution: {integrity: sha512-bUH8SDvPkH3ho3dvwJwfonjlQ4R80vjyvrU8YpxuROddv55vAEJrTuCuCVUhhsHbtlD9tGGbaNApGQckXhS8iQ==}
|
resolution: {integrity: sha512-bUH8SDvPkH3ho3dvwJwfonjlQ4R80vjyvrU8YpxuROddv55vAEJrTuCuCVUhhsHbtlD9tGGbaNApGQckXhS8iQ==}
|
||||||
|
|
||||||
|
opentype.js@2.0.0:
|
||||||
|
resolution: {integrity: sha512-kCyjv6xdDY1W/jLWZ/L3QhhTlKUqDZMQ5+Jdlw12b3dXkKNpYBqqlMMj0YDQPShWFTMwgZI1hG14kN3XUDSg/A==}
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
p-each-series@3.0.0:
|
p-each-series@3.0.0:
|
||||||
resolution: {integrity: sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==}
|
resolution: {integrity: sha512-lastgtAdoH9YaLyDa5i5z64q+kzOcQHsQ5SsZJD3q0VEyI8mq872S3geuNbRUQLVAE9siMfgKrpj7MloKFHruw==}
|
||||||
engines: {node: '>=12'}
|
engines: {node: '>=12'}
|
||||||
@@ -11979,6 +11986,8 @@ snapshots:
|
|||||||
regex: 6.1.0
|
regex: 6.1.0
|
||||||
regex-recursion: 6.0.2
|
regex-recursion: 6.0.2
|
||||||
|
|
||||||
|
opentype.js@2.0.0: {}
|
||||||
|
|
||||||
p-each-series@3.0.0: {}
|
p-each-series@3.0.0: {}
|
||||||
|
|
||||||
p-event@6.0.1:
|
p-event@6.0.1:
|
||||||
|
|||||||
Reference in New Issue
Block a user