0.0.8 • Published 1 year ago
@daitoue/utils v0.0.8
🦄 Usage
import { HexToRgb } from '@daitoue/utils';
const rgb = HexToRgb("#ff0000");
📦 Install
npm i @daitoue/utils
import { HexToRgb } from '@daitoue/utils';
const rgb = HexToRgb("#ff0000");
npm i @daitoue/utils