1.2.15 • Published 2 months ago

js-math-and-ui-utils v1.2.15

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

js-math-and-ui-utils

Typescript library with all those utils I often use in my projects.

It includes Math, Dom, Canvas, UI, Animations, Colors, Image, and generic javascript utils. Each one with its own module and documentation.

Getting Started

Installing

npm i --save js-math-and-ui-utils

Importing

You can import the whole library, just one module, as well as each method one by one. This allows you to keep your javascript bundle as small as possible.

import { * as Utils } from 'js-math-and-ui-utils'
Utils.roundNumber(myNumberVar, requiredDecimals)

import { * as MathUtils } from 'js-math-and-ui-utils/mathUtils'
MathUtils.roundNumber(myNumberVar, requiredDecimals)

import roundNumber from 'js-math-and-ui-utils/mathUtils/roundNumber'
roundNumber(myNumberVar, requiredDecimals)

Modules

Check the docs for each module:

Authors

Alessandro Cipolletti

License

This project is licensed under the MIT License - see the LICENSE file for details

1.2.13

2 months ago

1.2.14

2 months ago

1.2.15

2 months ago

1.2.9

4 months ago

1.2.12

4 months ago

1.2.11

4 months ago

1.2.8

6 months ago

1.2.7

6 months ago

1.2.2

6 months ago

1.2.1

7 months ago

1.1.19

2 years ago

1.1.18

2 years ago

1.1.21

2 years ago

1.1.20

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.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