pictogram
v1.0.5
Published
Mapping human concepts to pictures.
Downloads
572
Readme
_ __
___ (_) ____ / /_ ___ ___ _ ____ ___ _ __ _
/ _ \ / / / __// __// _ \ / _ `/ / __// _ `/ / ' \
/ .__//_/ \__/ \__/ \___/ \_, / /_/ \_,_/ /_/_/_/
/_/ /___/
A pictorial symbol for a word or phrase.
A libraries.io project.
Pictogram
A simple service to map human concepts to pictures.
Install via npm
npm install pictogram
Grab the metadata for a pictogram
var ruby = pictogram.meta('ruby')
console.log(ruby)
{
"name": "ruby",
"file": "ruby/ruby.png",
"source": {
"url": "https://avatars0.githubusercontent.com/u/210414?v=3&s=200",
"referrer": "https://github.com/ruby",
"headers": {
"date": "Sat, 14 Mar 2015 10:15:13 GMT",
"content-type": "image/png",
"last-modified": "Wed, 19 Oct 2011 12:21:53 GMT",
}
}
}
Grab a stream to a pictogram for a given word
var ruby = pictogram('ruby')
picto - the pictogram wrangling cli
npm install -g picto
picto show haskell