mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-22 01:57:54 +02:00
Fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
const Command = require('../../structures/Command');
|
const Command = require('../../structures/Command');
|
||||||
const { createCanvas, loadImage, registerFont } = require('canvas');
|
const { createCanvas, loadImage, registerFont } = require('canvas');
|
||||||
const { drawText } = require('node-canvas-text');
|
const { default: drawText } = require('node-canvas-text');
|
||||||
const GIFEncoder = require('gifencoder');
|
const GIFEncoder = require('gifencoder');
|
||||||
const opentype = require('opentype.js');
|
const opentype = require('opentype.js');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|||||||
Reference in New Issue
Block a user