README
Template helpers
✴ Methods that helps us to handle template making needs
get started
We provide two way of using this package single
or multi
:
npm i @snappmarket/template-helpers
OR
npm i @snappmarket/helpers
methods
HexToRgb |
defineForegroundColor |
makeRgba |
decideMeasurement |
makeShadow |
usage
import { METHOD_NAME } from '@snappmarket/template-helpers';
// or
// import { METHOD_NAME } from '@snappmarket/helpers';
``