mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 05:44:24 +00:00
chore: Updated dist files and removing old sourcemap files
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const { resolve } = require('path');
|
||||
const ColorThief = require(resolve(process.cwd(), "dist/color-thief-node.js"));
|
||||
const ColorThief = require(resolve(process.cwd(), "dist/color-thief.js"));
|
||||
const img = resolve(process.cwd(), 'cypress/test-pages/img/rainbow-vertical.png');
|
||||
const chai = require("chai");
|
||||
const expect = chai.expect;
|
||||
|
||||
Reference in New Issue
Block a user