0.1-PRE -> 0.1 in preparation for release sometime
Chris Pressey
3 years ago
13 | 13 |
modern web browsers, and it's about 1K in size (uncompressed). It
|
14 | 14 |
comes with a "standard widget library" that bloats it to about 6K.
|
15 | 15 |
|
16 | |
The current version of DAM is 0.1-PRE.
|
|
16 |
The current version of DAM is 0.1.
|
17 | 17 |
|
18 | 18 |
Basic usage
|
19 | 19 |
-----------
|
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. */
|
1 | 1 |
|
2 | 2 |
/* This file is recommended if you just want to use DAM and its standard
|
3 | 3 |
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. */
|
1 | 1 |
|
2 | 2 |
/* if you want to use this file in an ES5 context, either remove the following line
|
3 | 3 |
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. */
|
1 | 1 |
|
2 | 2 |
if (typeof window === 'undefined' || window.DAM === undefined) var DAM = {};
|
3 | 3 |
|