color halftone and module test (#1678)

This commit is contained in:
Jeffrey Warren
2020-07-05 17:00:53 -04:00
committed by GitHub
parent b05e1eb198
commit 1926c01fd6
7 changed files with 171 additions and 153 deletions

View File

@@ -6,7 +6,7 @@ module.exports = function DoNothing(options, UI) {
var defaults = require('./../../util/getDefaults.js')(require('./info.json'));
var output;
var fx = require('./glfx');
var fx = require('glfx');
var dataURItoBlob = function dataURItoBlob(dataURI) {
// convert base64/URLEncoded data component to raw binary data held in a string