Block a user
@sugoidogo/dracula-flow (0.1.0)
Installation
@sugoidogo:registry=https://gitea.sugoidogo.com/api/packages/sugoidogo/npm/npm install @sugoidogo/dracula-flow@0.1.0"@sugoidogo/dracula-flow": "0.1.0"About this package
Dracula Flow Generator
This is an ES Module conversion of the dracula flow generator by Bonnicula Tepes.
Usage
import dracula_flow from 'https://sugoidogo.github.io/dracula_flow/dracula_flow.mjs'
// use any positive interger to generate more lines of dracula flow at once
let generated_text=await dracula_flow(1)
The data used to generate dracula flow is in gen_data.json.
You can fork this repository to modify the json yourself,
or you can use the getter/setter functions get_gen_data and set_gen_data.
Dependencies
Development Dependencies
| ID | Version |
|---|---|
| esbuild | ^0.27.2 |