UNPKG

vue-2-img

Version:

An easy way to convert HTML sections and charts to JPG, PNG or PDF files

12 lines (9 loc) 221 B
import { convertImg } from './domConverters/convertImg' import { convertPdf } from './domConverters/convertPdf' const vue2img = () => { return { image: convertImg, pdf: convertPdf } } export default vue2img