Package Exports
- storm-wall
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 (storm-wall) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#Storm Wall
Interactive animating content wall, loosely based on Google image search results animating content panels.
##Usage
npm install storm-wallMark up HTML carefully based on example index.html, import wall.css into your project, then...
var Wall = require('storm-toggle');
Wall.init();