yosay

$ npm install yosay
const yosay = require('yosay');
 
console.log(yosay('Hello, and welcome to my fantastic generator full of whimsy and bubble gum!'));
 
/*
     _-----_     ╭──────────────────────────╮
    |       |    │ Hello, and welcome to my │
    |--(o)--|    │ fantastic generator full │
   `---------´   │   of whimsy and bubble   │
    ( _´U`_ )    │           gum!           │
    /___A___\   /╰──────────────────────────╯
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `
 */

猜你喜欢

转载自www.cnblogs.com/cangqinglang/p/10279265.html