JSPM

  • Created
  • Published
  • Downloads 30
  • Score
    100M100P100Q56225F
  • License WTFPL

npm package for importing @mannynotfound into your website.

Package Exports

  • manny

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 (manny) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Manny

npm package for importing @mannynotfound into your website.

Usage

npm install manny
import Manny from 'manny';

const manny = new Manny({
    container: '#container', // dom selector, defaults to body
});

Running Locally

npm run dev

Go to localhost:8080 to see the local test application.