aritgem
v1.0.1
Published
Aritgem — Geometry manager
Downloads
1
Maintainers
Readme
Aritgem
npm install aritgem
Geomy is a library that allows you to create squares, circles and so much more.
Simple usage
const Aritgem = require('aritgem') // Here we import aritgem.
const Workspace = new Aritgem.Workspace() // Here we make an aritgem workspace.
const Square = new Workspace.Square(5, 5) // Here we make a square from the workspace.
/*
OOOOO
OOOOO
OOOOO
OOOOO
OOOOO
*/
Parameters
Workspace.Square (width, height, options)
Workspace.Square.options { char: String, hollow: Boolean, hollowchar: String }
Current version
[email protected]
- Workspace
- Workspace.Square