UNPKG

theophile

Version:

A templating module that transforms a web page into a (Powerpoint-like) presentation

10 lines 300 B
var debug = false; import Theophile from "./Theophile.js"; console.trace = debug ? console.log : () => {}; console.trace("src\\index.js"); export default class App extends Theophile { static async init() { return super.init.apply(super.prototype.constructor, arguments); } } App.exec();