git @ Cat's Eye Technologies DAM / 68e3e1e
0.1-PRE -> 0.1 in preparation for release sometime Chris Pressey 3 years ago
4 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
1313 modern web browsers, and it's about 1K in size (uncompressed). It
1414 comes with a "standard widget library" that bloats it to about 6K.
1515
16 The current version of DAM is 0.1-PRE.
16 The current version of DAM is 0.1.
1717
1818 Basic usage
1919 -----------
0 /* dam-plus-widgets-web.js version 0.1-PRE. This file is in the public domain. */
0 /* dam-plus-widgets-web.js version 0.1. This file is in the public domain. */
11
22 /* This file is recommended if you just want to use DAM and its standard
33 widget library on an HTML page without bothering with JS build stuff.
0 /* dam-widgets.js version 0.1-PRE. This file is in the public domain. */
0 /* dam-widgets.js version 0.1. This file is in the public domain. */
11
22 /* if you want to use this file in an ES5 context, either remove the following line
33 and ensure dam.js has already been loaded, or just use `dam-plus-widgets-web.js`
0 /* dam.js version 0.1-PRE. This file is in the public domain. */
0 /* dam.js version 0.1. This file is in the public domain. */
11
22 if (typeof window === 'undefined' || window.DAM === undefined) var DAM = {};
33