mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
127 B
TypeScript
8 lines
127 B
TypeScript
import * as Holder from "holderjs";
|
|
|
|
const myImage = document.getElementById('myImage');
|
|
|
|
Holder.run({
|
|
images: myImage
|
|
});
|