master
Dracula Flow Generator
This is an ES Module conversion of the dracula flow generator by Bonnicula Tepes.
Usage
https://gitea.sugoidogo.com/sugoidogo/-/packages/npm/@sugoidogo%2Fdracula-flow/
import dracula_flow from '@sugoidogo/dracula-flow'
// 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.
Description
Languages
JavaScript
100%