UNPKG

spcanvas

Version:

Make configurable canvas easily with spcanvas

32 lines (25 loc) 679 B
const { registerFont } = require("canvas"); registerFont(`${__dirname}/assets/fonts/Manrope/Manrope-Regular.ttf`, { family: "Manrope", weight: "regular", style: "normal" }); registerFont(`${__dirname}/assets/fonts/Manrope/Manrope-Bold.ttf`, { family: "Manrope", weight: "bold", style: "normal" }); registerFont(`${__dirname}/assets/fonts/Poppins/Poppins-Regular.ttf`, { family: "Poppins", weight: "regular", style: "normal" }); registerFont(`${__dirname}/assets/fonts/Poppins/Poppins-Bold.ttf`, { family: "Poppins", weight: "bold", style: "normal" }); module.exports = { Spotify: require("./src/spotify"), Util: require("./plugins/Util") };