niieani / hashids.js

A small JavaScript library to generate YouTube-like ids from numbers.
https://hashids.org/javascript
MIT License
4.24k stars 203 forks source link

Pen linked from home page doesn't work #481

Closed tomchiverton closed 2 years ago

tomchiverton commented 2 years ago

https://codepen.io/anon/pen/vqGmBX just says "ReferenceError: Hashids is not defined" because is no import

tomchiverton commented 2 years ago

Screenshot_20211201_091952

niieani commented 2 years ago

Ah, it needs to be updated to the codesandbox. Thanks for flagging.

niieani commented 2 years ago

Can you post this issue (or a PR with the fix) to the repo of the website? https://github.com/hashids/hashids.github.io

tomchiverton commented 2 years ago

https://github.com/hashids/hashids.github.io/pull/78