TinyColor icon indicating copy to clipboard operation
TinyColor copied to clipboard

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

Open itsShivamBhalla opened this issue 3 years ago • 1 comments

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

itsShivamBhalla avatar Sep 21 '22 11:09 itsShivamBhalla

Neither in Angular from version 1.5.X

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

daemons88 avatar Dec 21 '23 19:12 daemons88