UNPKG

jsdk-offical

Version:

JSDK is the most comprehensive TypeScript framework, like JDK.

13 lines (12 loc) 316 B
/// <reference path='../../dist/jsdk.d.ts' /> JS.imports('$jsds').then(() => { let cache = new ImageCache(); cache.load([ { id: '1', url: '../jsfx/carousel/greatwall.jpg' } ]).then(()=>{ (<HTMLImageElement>$1('#img1')).src = cache.get('1').src; }) })