bgrins / TinyColor

Fast, small color manipulation and conversion for JavaScript

Home Page:https://bgrins.github.io/TinyColor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

itsShivamBhalla opened this issue · comments

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

Neither in Angular from version 1.5.X

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