refactor: rename figlet app to ascii and update all references
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
export interface FigletFont {
|
||||
export interface ASCIIFont {
|
||||
name: string;
|
||||
fileName: string;
|
||||
path: string;
|
||||
}
|
||||
|
||||
export interface FigletOptions {
|
||||
export interface ASCIIOptions {
|
||||
font?: string;
|
||||
horizontalLayout?: 'default' | 'fitted' | 'full' | 'controlled smushing' | 'universal smushing';
|
||||
verticalLayout?: 'default' | 'fitted' | 'full' | 'controlled smushing' | 'universal smushing';
|
||||
Reference in New Issue
Block a user