dat.gui/index.js
Tomas Korcak 4a91f8e484 Cosmetics
2015-08-15 03:28:21 +02:00

17 lines
444 B
JavaScript

/**
* dat-gui JavaScript Controller Library
* http://code.google.com/p/dat-gui
*
* Copyright 2011 Data Arts Team, Google Creative Lab
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
require('babel/polyfill');
export default require('./src/dat/index');