caroso1222 / notyf

đź‘» A minimalistic, responsive, vanilla JavaScript library to show toast notifications.

Home Page:https://carlosroso.com/notyf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDN version

64J0 opened this issue · comments

Please, add a CDN link version, so we can use this package with only vanilla js.

Hadn't thought about that. I will definitely do it.

I have never done so, do you have any recommendations? I mean, something that will also allow to manage and publish versions appropriately?

Thanks for the suggestion!

I have never done this too, but this guy made: https://github.com/apvarun/toastify-js. He made a feature like yours too.

I think it's a great idea so I'll leave this one open.

I just realized notyf is already getting 93k hits a month on jsdelivr! I updated the docs with the link to jsdelivr. Thanks again!

<html>
  <head>
    ...
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.css">
  </head>
  <body>
    ...
    <script src="https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js"></script>
  </body>
</html>