mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
* adding visual tests * working setup * test travis setup * unbuilt * maybe we do not need this * maybe this * maybe we do not need this
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
var pixelmatch = require('pixelmatch');
|
|
var fs = require('fs');
|
|
global.pixelmatch = pixelmatch;
|
|
global.fs = fs;
|