2025-12-19 23:00:45 -08:00
2025-12-19 08:20:51 -08:00
2025-12-19 08:20:51 -08:00
2024-03-29 16:06:15 -07:00
2025-12-19 08:20:51 -08:00
2025-12-19 08:20:51 -08:00
2025-12-19 23:00:45 -08:00

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.

S
Description
No description provided
Readme 43 KiB
Languages
JavaScript 100%