Create.js
A suite of modular libraries and tools which work together or independently to enable rich interactive content on open web technologies via HTML5.
A tiny (~500B) JavaScript library that allows you to set default values for nested objects.
"default-composer" is a JavaScript library that allows you to set default values for nested objects. The library replaces empty strings/arrays/objects, null, or undefined values in an existing object with the defined default values, which helps simplify programming logic and reduce the amount of code needed to set default values.