vue icon indicating copy to clipboard operation
vue copied to clipboard

chore: migrate to picocolors

Open azat-io opened this issue 2 years ago • 0 comments

Other information:

picocolors has no dependencies, 14 times smaller and 2 times faster than chalk.

$ node ./benchmarks/size.js
Data from packagephobia.com
-  chalk       101 kB
+  picocolors    7 kB

Library loading time:

$ node ./benchmarks/loading.js
-  chalk          6.167 ms
+  picocolors     0.466 ms

azat-io avatar Oct 21 '22 00:10 azat-io