mdpackagetest

1.0.12 • Public • Published

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

aritgem@1.0.0
  • Workspace
  • Workspace.Square

Readme

Keywords

none

Package Sidebar

Install

npm i mdpackagetest

Weekly Downloads

1

Version

1.0.12

License

ISC

Unpacked Size

899 B

Total Files

2

Last publish

Collaborators

  • tacouu