mdpackagetest
v1.0.12
Published
`npm install aritgem` Geomy is a library that allows you to create squares, circles and so much more.
Downloads
5
Readme
Aritgem
npm install aritgem
Geomy is a library that allows you to create squares, circles and so much more.
Simple usage
const Geomy = require('aritgem') // Here we import aritgem.
const Workspace = new Geomy.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