There was an error while loading. Please reload this page.
1 parent 139d170 commit 123b6b6Copy full SHA for 123b6b6
1 file changed
build/typescript.sh
@@ -0,0 +1,17 @@
1
+#!/bin/bash
2
+
3
+# Paper.js - The Swiss Army Knife of Vector Graphics Scripting.
4
+# http://paperjs.org/
5
+#
6
+# Copyright (c) 2011 - 2013, Juerg Lehni & Jonathan Puckey
7
+# http://lehni.org/ & http://jonathanpuckey.com/
8
9
+# Distributed under the MIT license. See LICENSE file for details.
10
11
+# All rights reserved.
12
13
+# Generates TypeScript declaration file
14
15
+cd jsdoc-toolkit
16
+java -jar jsrun.jar app/run.js -c=conf/typescript.conf
17
+cd ..
0 commit comments