Package Exports
- node-matrix-assets
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-matrix-assets) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-matrix-assets
Requireable object list of Squiz Matrix core assets.
Extracted using the JS API getAssetTypes function.
Usage
var assets = require('node-matrix-assets');
console.log(assets['page_standard'].name);
// 'Standard Page'
License
MIT