()
| 80 | const QUOTE_FONT_FILES = [ |
| 81 | { name: "NotoSansCJK-Regular.ttc", url: "https://github.com/notofonts/noto-cjk/raw/main/Sans/OTC/NotoSansCJK-Regular.ttc" }, |
| 82 | { name: "NotoSansCJK-Bold.ttc", url: "https://github.com/notofonts/noto-cjk/raw/main/Sans/OTC/NotoSansCJK-Bold.ttc" }, |
| 83 | ]; |
| 84 | |
| 85 | let quoteGenPromise: Promise<any> | undefined; |
| 86 | let sharpPromise: Promise<any> | undefined; |
| 87 | let canvasPromise: Promise<any> | undefined; |
no outgoing calls
no test coverage detected