4 lines
90 B
JavaScript
4 lines
90 B
JavaScript
module.exports = function() {
|
|
throw new Error("Sharp is not supported in browser.");
|
|
};
|