Shapes for fur.


Keywords
fur
License
MIT
Install
npm install fur-shapes@2.0.1

Documentation

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