Use Gizoogle js. Install custom javascript

Since I dont think npm install is available, How do I use this in Retool?

I have to have it!!

Have you looked at

I have. Is require supported?

require('gizoogle');

Hey @ChrisV - it's not supported to use require within apps. You'd need to have a UMD build and availability of that depends on the library. This guide is for building custom components using any npm library and it's in circulation in other places here on the forums. Eventually, Retool may support npm packages more directly, but not yet. Hope this confirms what's currently expected behavior!