1.1.0 • Published 2 years ago

@ghostedbread/graphics-js v1.1.0

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

graphics - js

Installation

To install, simply enter npm install @ghostedbread/graphics-js

Features

graphics-js contains basic colors such as red, green, and blue. These are accessible by the color object:

console.log(`${graphicsjs.color.red}Hello Graphics!${graphicsjs.color.reset}`);

You can also use the "Label" function to create a label:

graphicsjs.Label("Woah",colors.bgWhite,colors.white);

Usage

const graphicsjs = require("@ghostedbread/graphics-js");
graphicsjs.Label("Lorem Ipsum",colors.bgWhite,colors.white);
console.log(`${graphicsjs.color.red}Hello Graphics!${graphicsjs.color.reset}`);
1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago