0.0.2 • Published 4 years ago

no-tiff v0.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

no-tiff

no-tiff is a web component wrapper around the compact notyf library.

CSS

Notyf comes with a css file, located in node_modules/notyf/notyf.min.css. In addition to referencing this web component library (notiff/notiff.js), you will need to incorporate this css file.

<html>
  <head>
    ...
    <link rel="stylesheet" type="text/css" href="/path/to/notyf.min.css">
  </head>
  <body>
    ...
    <script src="/path/to/no-tiff.js" type="module"></script>
  </body>
</html>