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:
tool | description |
---|---|
colors | Utilities to handle web colors (hex, rgb, wsl, cmyk) |