mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 06:04:57 +05:00
big fuck up
This commit is contained in:
parent
7a280b204c
commit
9197167f41
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
const moment = require("moment"),
|
||||
resolve = require("path"),
|
||||
Canvas = require("@napi-rs/canvas");
|
||||
Canvas = require("@napi-rs/canvas"),
|
||||
{ resolve } = require("path");
|
||||
|
||||
Canvas.registerFont(resolve("./assets/fonts/RubikMonoOne-Regular.ttf"), { family: "RubikMonoOne" });
|
||||
Canvas.registerFont(resolve("./assets/fonts/KeepCalm-Medium.ttf"), { family: "KeepCalm" });
|
||||
|
|
Loading…
Reference in a new issue