Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

A simple Node.js script to parse .flf files (Figlet Font File) to json. [ASCII Art]

License

Notifications You must be signed in to change notification settings

rigwild/flf-ascii-font-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flf-ascii-font-parser

A simple Node.js script to parse .flf files (Figlet Font File) to json.

Usage

Put your .flf files in a directory called ./toConvert/ next to the script.

$ node index.js

The parsed data will be in the ./converted/ directory in json format.

The script will not parse .flf files if a file with the same name in .json is present in the ./converted/ directory.

Options

--override : Parse all files even if present in the ./converted/ directory.

$ node index.js --override

LICENSE

MIT

About

A simple Node.js script to parse .flf files (Figlet Font File) to json. [ASCII Art]

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published