index.js 95 B

12345
  1. //For browser entry
  2. var Fly= require("./dist/npm/fly")
  3. var fly= new Fly;
  4. module.exports = fly;