Bez popisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pickr.js 121B

1234567
  1. import Pickr from '@simonwep/pickr/dist/pickr.es5.min';
  2. try {
  3. window.Pickr = Pickr;
  4. } catch (e) {}
  5. export { Pickr };