You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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 errorUncaught ReferenceError: loam is not defined
The text was updated successfully, but these errors were encountered: