View on GitHub

Webtags

Rendering web tags using HTML5 Canvas.

Download this project as a .zip file Download this project as a tar.gz file

Screencast

Rendering demo

This text is displayed if your browser does not support HTML5 Canvas.

Getting started

Copy and paste the code below into the right place on your web page.

<canvas id="webtags">
  This text is displayed if your browser does not support HTML5 Canvas.
</canvas>
<script type="text/javascript" src="render.min.js"></script>
<script type="text/javascript">
new Webtags({
  "items": [
    {
      "label": "GitHub",
      "url": "https://github.com/earthperson/Webtags"
    },
    {
      "label": "Webtags",
      "url": "http://earthperson.github.io/Webtags/"
    },
    {
      "label": "Dashboard",
      "url": "http://earthperson.github.io/Webtags/dashboard/"
    },
    {
      "label": "Personal web page",
      "url": "http://earthperson.info.s3-website-eu-west-1.amazonaws.com/en/"
    },
    {
      "label": "Freelancer web page",
      "url": "http://dev.earthperson.info.s3-website-eu-west-1.amazonaws.com/en/"
    }
  ]
});
</script>

Here you can download render.min.js (6.8K, gzipped ~2.1K).

Dashboard for webtags

Go to the online version of the Webtags dashboard.