1.0.1 • Published 2 years ago

aritgem v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

aritgem@1.0.0
  • Workspace
  • Workspace.Square