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.

21 lines (17 loc) 508 B
const pkg = require("../package.json"); const common = `Copyright (c) 2017 ${pkg.author.name} ${pkg.name} project is licensed under the ${pkg.license} license ${pkg.name} JavaScript library ${pkg.homepage} @version ${process.env.NIGHTLY || pkg.version}`; const pkgd = `All-in-one packaged file for ease use of '${pkg.name}' with below dependencies. - ${Object.entries(pkg.dependencies).map(v => v.join(" ")).join(", ")}`; module.exports = { common: `/* ${common} */`, pkgd: `/* ${common} ${pkgd} */` };