Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maptime logo

A JavaScript-powered instarainbow version of the 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

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors