UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

6 lines (4 loc) 140 B
import background from './process/background'; export default function extend(Worker) { Worker.extendMethod('background', background); }