0.1.0 • Published 3 years ago

@multitool-js/web v0.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Multitool JS / Web

A collection of useful web-related methods.

Each tool or group of tools can be required/imported on its own like this:

// Full require
const multitool = require('@multitool-js/web');
const colors = multitool.colors;
// Single *tool* require
const colors = require('@multitool-js/web/tools/colors');

Tools:

tooldescription
colorsUtilities to handle web colors (hex, rgb, wsl, cmyk)