bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript
https://bgrins.github.io/TinyColor/
MIT License
5.05k stars 439 forks source link

tinycolor.mix(color1, color2, amount = 50) not working in React native #239

Open itsShivamBhalla opened 1 year ago

itsShivamBhalla commented 1 year ago

tinycolor.mix('#7954fA', '#212529', 20) is not working in my react native project.

daemons88 commented 8 months ago

Neither in Angular from version 1.5.X

Got the error: export 'mix' (imported as 'tinycolor') was not found in 'tinycolor2' (possible exports: default)