@weeb_services/gfn
v1.1.0
Published
Graphics functions for node canvas
Downloads
7
Readme
gfn
Graphics functions for node canvas
How to use it
- Install via Yarn or NPM
yarn add @weeb_services/gfn
npm i @weeb_services/gfn
- Require the module and use its functions
const {
canvasify,
colorize,
compose,
contextify,
drawImage,
drawImageOrText,
drawText,
organizedRandom,
} = require('@weeb_services/gfn');