paper.js/src/load.js

19 lines
554 B
JavaScript
Raw Normal View History

/*
* Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
* http://paperjs.org/
*
* Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
* http://lehni.org/ & http://jonathanpuckey.com/
*
* Distributed under the MIT license. See LICENSE file for details.
*
* All rights reserved.
*/
// This file is only used by examples and unit tests, using Prepro's load.js to
// 'preprocess' it on the fly in the browser, avoiding the step of having to
// manually preprocess it after each change.
include('options.js');
include('paper.js');