Improve performance greatly (#337)

This commit is contained in:
Yanis Benson 2019-07-12 09:40:23 +03:00 committed by Sindre Sorhus
parent 983094883c
commit c08417e88c
6 changed files with 159 additions and 60 deletions

View file

@ -1,6 +1,6 @@
'use strict';
const chalk = require('..');
const styles = require('ansi-styles');
const chalk = require('..');
// Generates screenshot
for (const key of Object.keys(styles)) {