1.0.5 • Published 10 years ago

pictogram v1.0.5

Weekly downloads
17
License
ISC
Repository
github
Last release
10 years ago
          _        __
   ___   (_) ____ / /_ ___   ___ _  ____ ___ _  __ _
  / _ \ / / / __// __// _ \ / _ `/ / __// _ `/ /  ' \
 / .__//_/  \__/ \__/ \___/ \_, / /_/   \_,_/ /_/_/_/
/_/                        /___/

             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')

ruby pictogram

picto - the pictogram wrangling cli

npm install -g picto
picto show haskell

picto show haskell

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.10.1

10 years ago

0.10.0

10 years ago

0.8.0

10 years ago

0.7.0

10 years ago

0.5.1

10 years ago

0.4.0

10 years ago