Re: Generate CUID Client Side

2019-05-17 Thread Timothy Cook
On Fri, May 17, 2019 at 10:23 AM Mario R. Osorio wrote: > This question is OT however; *cuid *being a js library, what you have to > do is have your templates include the necessary libraries and make use of > them. > > > Well, it's not exactly off topic. I am specifically asking about integration

Re: Generate CUID Client Side

2019-05-17 Thread Mario R. Osorio
This question is OT however; *cuid *being a js library, what you have to do is have your templates include the necessary libraries and make use of them. On Thursday, May 16, 2019 at 9:09:13 AM UTC-4, Timothy Cook wrote: > > I have a project where I want to generate a CUID client side to send

Generate CUID Client Side

2019-05-16 Thread Timothy Cook
I have a project where I want to generate a CUID client side to send to a REST API service as the document name. My question is how to best include the cuid library so that the client browser is generating the CUID and how to implement this in the template so