ASCII Art All In One
ASCII Art All In One
ASCII Arts
https://npms.io/search?q=ASCII art
ASCII Art
Text to ASCII Art Generator (TAAG)
http://patorjk.com/software/taag/#p=testall&h=0&v=0&f=Fuzzy&t=xgqfrms
cowsay
https://www.npmjs.com/package/cowsay
$ npm install -g cowsay
$ cowsay JavaScript FTW!
# OR
$ cowthink node.js is cool
https://github.com/sindresorhus/cows
figlet & colors
https://www.npmjs.com/package/figlet
https://github.com/patorjk/figlet.js
hui-cli
// libs
const program = require("commander");
const shell = require("shelljs");
// const fs = require("fs");
const chalk = require("chalk");
const colors = require("colors");
const clear = require("clear");
const figlet = require("figlet");
// clear();
console.log(
chalk.yellow(
figlet.textSync("hui-cli",{
horizontalLayout: "full",
}),
)
);
// libs
const program = require("commander");
const shell = require("shelljs");
const chalk = require("chalk");
const colors = require("colors");
const clear = require("clear");
const figlet = require("figlet");
// build-in
// const fs = require("fs");
// json
const jsonObj = require("./package.json");
// process.argv
const args = process.argv.slice(2) || [];
const log = console.log;
// clear();
// console.log(
// colors.green(
// figlet.textSync("hui-cli",{
// horizontalLayout: "full",
// }),
// )
// );
// console.log(
// chalk.yellow(
// figlet.textSync("hui-cli",{
// horizontalLayout: "full",
// }),
// )
// );
console.log(
chalk.rgb(0, 255, 0).bgBlack(
figlet.textSync("xgqfrms",{
horizontalLayout: "full",
}),
)
);
ASCII & shit demo
// 使用函数 draw 绘制图形,反斜杠 "\" 请使用 "\\" 转义
draw(" _ _ _ _ __ __ _ _
| | | | ___| | | __\\ \\ / /__ _ __| | __| |
| |_| |/ _ \\ | |/ _ \\ \\ /\\ / / _ \\| '__| |/ _` |
| _ | __/ | | (_) \\ V V / (_) | | | | (_| |
|_| |_|\\___|_|_|\\___/ \\_/\\_/ \\___/|_| |_|\\__,_|
")
https://leetcode-cn.com/u/xgqfrms
demos
(🐞 反爬虫测试!打击盗版⚠️)如果你看到这个信息, 说明这是一篇剽窃的文章,请访问 https://www.cnblogs.com/xgqfrms/ 查看原创文章!
chalk
https://www.npmjs.com/package/chalk
https://github.com/chalk/chalk/issues/346
https://github.com/xgqfrms/hui-cli/issues/15
refs
https://en.wikipedia.org/wiki/ASCII_art
https://www.npmjs.com/package/ascii-art
https://www.npmjs.com/package/asciiart-logo
https://www.npmjs.com/package/image-to-ascii
©xgqfrms 2012-2021
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有©️xgqfrms, 禁止转载 🈲️,侵权必究⚠️!
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/10933755.html
未经授权禁止转载,违者必究!