Issue adding `cuid` library

Hello,

I'm trying to generate cuids w/ the cuid library. I've added the following url: https://cdnjs.cloudflare.com/ajax/libs/cuid/2.1.6/browser-cuid.min.js

However, inside my js queries I'm still receiving "cuid is not defined" errors. Am I doing something wrong or is this package just not compatible?

for some reason the cdnjs link for cuid appears to be empty. I was able to make this work by using a different cdn (https://unpkg.com/cuid@2.1.8/dist/cuid.min.js)