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