I am looking for the latest versions of skulpt.min.js
and skulpt-stdlib.js
for my website. I am new to GitHub, and asked them. They said to make a new release. So I did. And I can't find the files I am looking for. Where could I find the latest releases?
The latest version of skulpt.js
and skulpt-stdlib.js
are now provided through bower
, which is a package manager that keeps track of your packages and makes sure they're up to date.
Bower can be installed with npm
running the command
npm install -g bower
From there you can get skult.js
by running this command
bower install skulpt
If you don't want to use Bower, you can download it from here