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 0ff52b8 commit 2ac369bCopy full SHA for 2ac369b
netlify.toml
@@ -0,0 +1,6 @@
1
+[build]
2
+publish = "dist"
3
+command = "npm run build"
4
+
5
+[build.environment]
6
+NODE_VERSION = "18.17.0"
server/utils/aspect.ts
@@ -1,6 +1,6 @@
+import sharp from 'sharp'
import { createCanvas, loadImage } from 'canvas'
import axios from 'axios'
-import sharp from 'sharp'
// 图标位置类型
type IconPosition = 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right' | 'center'
0 commit comments