5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
import {svgToJpeg} from './events/svg-to-jpeg.js';
|
|
|
|
export default {
|
|
svgToJpeg
|
|
};
|