UNPKG

jsdk-offical

Version:

JSDK is the most comprehensive TypeScript framework, like JDK.

12 lines (11 loc) 253 B
JS.imports('$jsds').then(() => { let cache = new ImageCache(); cache.load([ { id: '1', url: '../jsfx/carousel/greatwall.jpg' } ]).then(() => { $1('#img1').src = cache.get('1').src; }); });