Skip to content

Commit 0aa83a2

Browse files
committed
chore: format satori source
1 parent 56e0cf4 commit 0aa83a2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/satori.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ export default async function satori(
7676
// Use a null-prototype object so that text matching Object.prototype property
7777
// names (e.g. "constructor", "toString") doesn't inherit truthy values from
7878
// the prototype chain when we look it up via `graphemeImages[text]`.
79-
const graphemeImages = Object.assign(Object.create(null), options.graphemeImages)
79+
const graphemeImages = Object.assign(
80+
Object.create(null),
81+
options.graphemeImages
82+
)
8083
// Some Chinese characters have different glyphs in Chinese and
8184
// Japanese, but their Unicode is the same. If the user needs to display
8285
// the Chinese and Japanese characters simultaneously correctly, the user

0 commit comments

Comments
 (0)