nicolelaine / maptime-logo

an instant rainbow maptime logo

Home Page:http://maptime.github.io/maptime-logo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maptime logo

A JavaScript-powered instarainbow version of the maptime logo. See it in action at http://maptime.github.io/maptime-logo/

example

<canvas id='logo'></canvas>
<script src='maptime-logo.js'></script>
<script>
maptimeLogo('logo', {
    width: window.innerWidth * 2
});
</script>

api

maptimeLogo(id: string, options: object)

  • id is the id of a canvas element on your page
  • options is an options object. it is optional. options include width, for the width.

About

an instant rainbow maptime logo

http://maptime.github.io/maptime-logo/


Languages

Language:JavaScript 97.5%Language:HTML 2.5%