pier_lib
v1.0.4
Published
A library of Programadores Intelectuais de Epitácio e Região (PIER), maked to to facilitate your typescript devlopment environment. If you have any suggestion or asks, send in [email protected]
Downloads
3
Maintainers
Readme
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
Contributing
Pull requests are welcome. For major changes, please send a e-mail for the adress: [email protected]