Creating a Project
Firstly, you must install the package:
npm i roflare
yarn add roflare
Then, import it into your project. Roflare is made using Typescript, so it supports both ESM and CJS.
import * as roflare from 'roflare'
Last updated
Was this helpful?