@k2_tools/utils
v1.1.1
Published
General javascript tools for web application development
Downloads
3
Maintainers
Readme
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