web-padawan / vanilla-colorful

A tiny color picker custom element for modern web apps (2.7 KB) 🎨
https://web-padawan.github.io/vanilla-colorful/
MIT License
797 stars 29 forks source link

feat: add color-changed event typings #31

Closed web-padawan closed 3 years ago

web-padawan commented 3 years ago

This change makes it possible to get following benefits when using TypeScript:

  1. color-changed event name is listed in the event names autocomplete,
  2. event parameter type is inferred based on the color-picker tag name.