All Projects → bit101 → Gifloopcoder

bit101 / Gifloopcoder

Licence: mit
HTML/JS Library/App for coding looping gif animations.

Programming Languages

javascript
184084 projects - #8 most used programming language

gifloopcoder

HTML/JS Library/App for coding looping gif animations.

Usage

See the documentation

Build

If you make any changes to the source code, you can run the app directly from index_src.html in the src directory, which will have your changes.

To compile any changes into glc-min.js in the app directory, follow these steps.

Install the build tools on your system:

optional:

  • pandoc if you will be building documentation.
  • electron if you want to compile a standalone executable for your platform. You'll need to set the path to your electron install and project src path in Gruntfile.js

Add project dependencies:

  • npm-install

Grunt commands:

  • grunt clean deletes the app and docs directories.
  • grunt build builds the app into the app directory.
  • grunt buildx builds the app and launches it in the default browser.
  • grunt docs builds all the docs into the docs directory.
  • grunt docsx builds the docs and launches them in the default browser.
  • grunt cleans and builds both the app and the docs
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].