1.1.1 • Published 2 years ago

@k2_tools/utils v1.1.1

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

Total alerts Language grade: JavaScript

K2 tools - Javascript Utilities

This npm package is a set of general javascript tools developed to support web application development.

It provides functions for formatting strings, like titleCase, camelCase etc. If provides pipe and queue implementations.

Getting Started

Install

npm install @k2_tools/utils

Import

There are several packages available through @k2_tools/utils.

Pipes

import {pipes} from "@k2_tools/utils";

Queues

import {queues} from "@k2_tools/utils";

Strings

import {strings} from "@k2_tools/utils";

Effects

import {effects} from "@k2_tools/utils";

Geometry

import {geometry} from "@k2_tools/utils";

SVG

import {svg} from "@k2_tools/utils";

Threads

import {threads} from "@k2_tools/utils";

Contributing

If you'd like to contribute to this project feel free to fork the repository and use a feature branch. Pull requests are warmly welcome

Licensing

The code in this project is under the MIT licence

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago