UNPKG

w3d

Version:

Framework to create 3D web pages.

15 lines (11 loc) 249 B
/* * templates.js * Copyright 2017 Lucas Neves <lcneves@gmail.com> * * Imports the app's pug templates. * Part of the w3d project. */ 'use strict'; module.exports.init = function (templates) { Object.assign(module.exports, templates); };