fix(npm): Updated package description and added more keywords for better visibility
This commit is contained in:
@@ -10,20 +10,22 @@
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "push.rocks",
|
||||
"gitrepo": "beautyfiglet",
|
||||
"description": "A Node.js module that facilitates the creation of ASCII art using figlet with customizable fonts and layouts.",
|
||||
"description": "A Node.js module for creating customizable ASCII art using figlet with options for different fonts and layouts.",
|
||||
"npmPackagename": "@push.rocks/beautyfiglet",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"ASCII art",
|
||||
"figlet",
|
||||
"text rendering",
|
||||
"font customization",
|
||||
"Node.js module",
|
||||
"typescript",
|
||||
"font customization",
|
||||
"command-line interface",
|
||||
"error handling",
|
||||
"web integration",
|
||||
"npm package"
|
||||
"npm package",
|
||||
"testing",
|
||||
"synchronous rendering"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user