fur-shapes
v2.1.2
Published
Shapes for fur.
Readme
fur-shapes
Shapes for fur.
Installation
npm install fur-shapes --saveUsage
'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
| 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.
