Skip to content

while42-org/while42-logo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

while42-logo

Open-source while42 logo using HTML5 canvas.
The result can be seen here.

Example

<!DOCTYPE html>
<html>
  <body>
    <canvas id="canvas"></canvas>
    <script src="srcs/script.js"></script>
    <script>
        new while42.logo.constructor().render(document.getElementById('canvas').getContext('2d'));
    </script>
  </body>
</html>

About

Open-source while42 logo using HTML5 canvas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published