cosmos-explorer/svgTransform.js

12 lines
185 B
JavaScript
Raw Normal View History

module.exports = {
process() {
return {
code: `module.exports = {};`,
};
},
getCacheKey() {
// The output is always the same.
return "svgTransform";
},
};