UNPKG

313 BJavaScriptView Raw
1/*
2 * Customization
3 *
4 * Pico.css - https://picocss.com
5 * Copyright 2019-2023 - Licensed under MIT
6 */
7
8// Imports
9import materialDesignColors from './src/material-design-colors.js';
10import colorPicker from './src/color-picker.js';
11
12// Color Picker
13colorPicker.colors = materialDesignColors;
14colorPicker.init();
\No newline at end of file