Registry / utility / rasem
library0.7.1rbrubygemsunverified

This gem allows you to describe your images using ruby code. You can use rasem to draw complex images using small portions of ruby code

gem install rasem
INSTALL
IMPORT
SIG · RASEM
R
rasem
utilityrubyv0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rasem
require 'rasem'

Create an SVG image with a rectangle

require 'rasem' img = Rasem::SVGImage.new(100, 100) img.rect(10, 10, 50, 50) img.output
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
rasem — gem install rasem · libregistry