diff --git a/.DS_Store b/.DS_Store index c0dc41c..4c67691 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index a3dd85f..20f2203 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ run. - Returns a barcode as a base64 data url, or raw SVG - Zero dependencies +### Demo Site + +View a demo [here](https://tecuity.github.io/barcode-generator/) + ## Installation ```bash diff --git a/demo-site/index.html b/demo-site/index.html index 577a04b..e33f34a 100644 --- a/demo-site/index.html +++ b/demo-site/index.html @@ -4,6 +4,16 @@ Barcode Generator | Tecuity + + + + + + + + + +
diff --git a/demo-site/social.png b/demo-site/social.png new file mode 100644 index 0000000..6f1a1dc Binary files /dev/null and b/demo-site/social.png differ diff --git a/docs/index.html b/docs/index.html index d83f220..e1a75fc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -Barcode Generator | Tecuity
\ No newline at end of file +Barcode Generator | Tecuity
\ No newline at end of file