UNPKG

@egjs/view360

Version:

360 integrated viewing solution from inside-out view to outside-in view. It provides user-friendly service by rotating 360 degrees through various user interaction such as motion sensor and touch.

18 lines (14 loc) 288 B
import buildHelper from "@egjs/build-helper"; const name = "eg.view360"; const plugins = []; export default buildHelper([ { name, input: "./src/index.umd.ts", output: "./dist/view360.pkgd.js", format: "umd", commonjs: true, resolve: true, plugins } ]);