Skip to content

Instantly share code, notes, and snippets.

@ozelfatih
Last active February 3, 2017 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozelfatih/fce6a0ffb557287812c4a288534ad23f to your computer and use it in GitHub Desktop.
Save ozelfatih/fce6a0ffb557287812c4a288534ad23f to your computer and use it in GitHub Desktop.
<head>
<link rel="stylesheet" href="/path/to/taggd/dist/taggd.css">
<script src="/path/to/taggd/dist/taggd.js"></script>
</head>
<script>
const image = document.getElementById('my-image');
const options = {};
const tags = [];
const taggd = new Taggd(image, options, tags);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment