mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-12 11:52:44 +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
|
|
});
|