Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.23 KB

Turtles 🐢

Turtles!

🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢

Setup Turtle

  1. copy script into project
  2. include script into website
  • turtle.js is not minified and can be useful for debugging
  • turtle.min.js is "minified" and should be production ready
  1. call initTutles()
  2. use console.log()

🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢

Example

initTutles("🦐");
console.log("Shrimp");

🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢

Turtle License

CC0-1.0

🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢🐢

Turtle FAQ

Is this a serious project?
It is a project about turtles.

Turtle?
Turtle.

Can I use this in a commercial product?
See turtle license.

Why is the minified version bigger?
It was generated using an enterprise grade algorithm for minifying JavaScript.