Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 536 Bytes

File metadata and controls

18 lines (12 loc) · 536 Bytes

Migrating from v1 to v2

Warning

v2 will work only in ESM environment. For CJS please use bundler.

Replace imports like var rgb = require('color-space/rgb') with import rgb from 'color-space/rgb.js'.

Test thoroughly.