embed.js 451 B

123456789
  1. // Entry point for the unpkg bundle containing custom model definitions.
  2. //
  3. // It differs from the notebook bundle in that it does not need to define a
  4. // dynamic baseURL for the static assets and may load some css that would
  5. // already be loaded by the notebook otherwise.
  6. // Export widget models and views, and the npm package version number.
  7. module.exports = require('./Figure.js');
  8. module.exports['version'] = require('../package.json').version;