2.1.2 • Published 7 years ago

fur-shapes v2.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

ThemeImageSignature
afurShapes.a(256,256, #38E)
bfurShapes.b(256,256, #38E)
cfurShapes.c(256,256, #38E)
dfurShapes.d(256,256, #38E)
efurShapes.e(256,256, #38E)
ffurShapes.f(256,256, #38E)
gfurShapes.g(256,256, #38E)
hfurShapes.h(256,256, #38E)
ifurShapes.i(256,256, #38E)
jfurShapes.j(256,256, #38E)

License

This software is released under the MIT License.

Links

2.1.2

7 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.4

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.6

10 years ago

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