1.7.0 • Published 2 years ago

snap2js v1.7.0

Weekly downloads
24
License
ISC
Repository
-
Last release
2 years ago

Build Status Test Coverage

Snap2Js

As the name suggests, Snap2Js is a compiler from Snap! to JavaScript.

Quick Start

Snap2Js requires NodeJS LTS. Snap2JS can be installed using npm as follows:

npm install -g snap2js

Next, you can compile your favorite Snap! application by first exporting it to xml then using snap2js to compile it to a js file! A "hello world" example project is provided here.

snap2js hello-world.xml
node hello-world.js
1.7.0

2 years ago

1.6.0

4 years ago

1.5.1

4 years ago

1.5.0

4 years ago

1.4.0

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago