1.0.4 • Published 2 months ago

pier_lib v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

PIER Library

Pier Library (pier_lib) it's a library that realize various functions to facilitate your typescript project offering DOM, arithmatic, joke and among others functions.

Installation

Use the package manager npm to install pier_lib.

npm i pier_lib

Usage

import { calcularMedia, RGB } from "./src/pier_lib"

// returns the arithmetic average
calcularMedia([1, 2, 3, 4, 5, 6, 7, 8, 9, 10]) // output: 5.5

// returns a RGB animation to a HTML element using the id of element and the place that you want apply it
RGB("random_element", "text")

RGB output

RGB hello world

Contributing

Pull requests are welcome. For major changes, please send a e-mail for the adress: reis.lenny@outlook.com

License

ISC

1.0.31

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago