UNPKG

liberty-flat

Version:

Liberty Flat theme for Livre's HTML5 engine.

19 lines (13 loc) 247 B
/* * index.js * Copyright 2017 Lucas Neves <lcneves@gmail.com> * * Entry point for the Livre3D theme Liberty. * */ 'use strict'; require('babel-polyfill'); const theme = require('./theme.js'); require('livre-html')({ theme: theme });