fur-shapes

2.1.2 • Public • Published

fur-shapes

Build Status npm Version JS Standard

Shapes for fur.

Installation

npm install fur-shapes --save

Usage

'use strict'
 
const furShapes = require('fur-shapes')
const fs = require('fs')
 
let themeA = furShapes.a(256, 215, '#38E')
let themeB = furShapes.b(512, 256, '#E00')
 
fs.writeFileSync('shape-01.svg', themeA)
fs.writeFileSync('shape-02.svg', themeB)
 

Examples

See fur-shapes-gallery

Theme Image Signature
a furShapes.a(256,256, #38E)
b furShapes.b(256,256, #38E)
c furShapes.c(256,256, #38E)
d furShapes.d(256,256, #38E)
e furShapes.e(256,256, #38E)
f furShapes.f(256,256, #38E)
g furShapes.g(256,256, #38E)
h furShapes.h(256,256, #38E)
i furShapes.i(256,256, #38E)
j furShapes.j(256,256, #38E)

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i fur-shapes

Weekly Downloads

16

Version

2.1.2

License

MIT

Unpacked Size

114 kB

Total Files

71

Last publish

Collaborators

  • okunishinishi