aritgem
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i aritgem

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

3.75 kB

Total Files

7

Last publish

Collaborators

  • tacouu