New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

monkes21

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monkes21

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

The Do-It-Yourself (DIY) Factory of Modern Originals (FoMO) Presents

Monkes Twenty One / Monkes 21 (Pixel Avatar)

Yes, you can! Generate your own monkes twenty one 28×28 pixel avatar images from the 100+ official text attributes (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more

Usage

Let's generate some monkes twenty one (pixel) avatars / characters.

Using the fab (or fabricate) command line tool, see Factory of Modern Originals (FoMO) .

$ fab monke21 orange_orc hoodie_orange lasereyes_red
$ fab monke21 demon tophat_midnight shades_cool
$ fab monke21 squiggle eyes_left

via script:

require 'monkes21'

monke = Monke21::Image.generate( 'orange orc', 'hoodie orange', 'lasereyes red' )
monke.save( "monke1.png")
monke.zoom(4).save( "monke1@4x.png" )

monke = Monke21::Image.generate( 'demon', 'tophat midnight', 'shades cool' )
monke.save( "monke2.png")
monke.zoom(4).save( "monke2@4x.png" )

monke = Monke21::Image.generate( 'squiggle', 'eyes left' )
monke.save( "monke3.png")
monke.zoom(4).save( "monke3@4x.png" )

Voila!

In 4x:

Let's rock. Via command line:

$ fab monke21 rock_gray_block eyes_green
$ fab monke21 rock_green wildhair eyes_polarized
$ fab monke21 rock_pepe mohawk_red
$ fab monke21 rock_alien knittedcap

via script:

monke = Monke21::Image.generate( 'rock gray block', 'eyes green' )
monke.save( "monke4.png")
monke.zoom(4).save( "monke4@4x.png" )

monke = Monke21::Image.generate( 'rock green', 'wildhair', 'eyes polarized' )
monke.save( "monke5.png")
monke.zoom(4).save( "monke5@4x.png" )

monke = Monke21::Image.generate( 'rock pepe', 'mohawk red' )
monke.save( "monke6.png")
monke.zoom(4).save( "monke6@4x.png" )

monke = Monke21::Image.generate( 'rock alien', 'knittedcap' )
monke.save( "monke7.png")
monke.zoom(4).save( "monke7@4x.png" )

Voila!

In 4x:

And so on.

Questions? Comments?

Join us in the Ordbase (Incl Ordgen / ORC-721) discord (chat server). Yes you can. Your questions and commetary welcome.

Or post them over at the Help & Support page. Thanks.

FAQs

Package last updated on 27 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc