1.0.1-5.1 • Published 5 years ago

logoturtle v1.0.1-5.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

LogoTurtle

Build Status GitHub license

I believe this is the First Open Source Logo Programming in Chrome Extension.

NPM

The following two classes have been exported to NPM:

  • LogoCanvas in js/logocanvas.js
  • LogoParser in js/logoparser.js

npm.io npm.io npm.io npm.io

Install

Just install via Chrome Webstore.

Unit Tests

Unit tests are based on mocha and chai. Run all tests: npm run test.

Webpack

Using npm run build to pack to dist/dist.min.js

Install on Firefox or other browsers?

It should work, but not fully tested on Firefox via Chrome Extension Foxified.

Install Unpacked Versions

Contribution Welcome

Github: https://github.com/DoctorLai/LogoTurtle/ 1. Fork it! 2. Create your feature branch: git checkout -b my-new-feature 3. Commit your changes: git commit -am 'Add some feature' 4. Push to the branch: git push origin my-new-feature 5. Submit a pull request.

Blog Posts