Skip to content

Baker-Chen/youtube-logo

 
 

Repository files navigation

NPM version Build Status Dependency Status

Youtube logo in your terminal.

Install

$ npm install --save youtube-logo

Usage

var youtubeLogo = require('youtube-logo').logo;
var youtubeIcon = require('youtube-logo').icon;

console.log(youtubeLogo);
console.log(youtubeIcon);

CLI

$ npm install --global youtube-logo
$ youtube-logo

License

MIT © Chenyun Yang

About

Youtube logo in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%