DefinitelyTyped/types/holderjs/holderjs-tests.ts
2017-11-13 22:06:30 +03:00

8 lines
127 B
TypeScript

import * as Holder from "holderjs";
const myImage = document.getElementById('myImage');
Holder.run({
images: myImage
});