loam icon indicating copy to clipboard operation
loam copied to clipboard

How to install loam without react

Open Deca opened this issue 1 year ago • 1 comments

Hi, I'm working on a simple web app without using any framework, after the package installation I tried to import with import loam from "loam"; But at the loam.initialize(); I get an error Uncaught ReferenceError: loam is not defined

Deca avatar Sep 07 '23 22:09 Deca

Hey @Deca -- take a look at the demo page -- that is an example of the simplest possible way to use Loam, without a framework or bundler. I hope that helps!

ddohler avatar Sep 08 '23 12:09 ddohler