@pantograph/vue 0.16.0 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { ColorHsl, ColorHsv, ColorHwb, ColorPair, ColorRgb } from '../types.js';
1
+ import { ColorHsl, ColorHsv, ColorHwb, ColorPair, ColorRgb } from '../types';
2
2
  /**
3
3
  * Parses a color as it can be provided to the color picker’s `color` prop.
4
4
  *