Manual Installation
If you aren't running Vite or Bun, or your framework is messing with things somehow (looking at you, Astro), then you can try setting things up manually. Here's all the info you need.
First, let's go over what Selectoplasm is doing that requires a bit more work.
The app itself is just a compiled javascript file. You can mount it manually to any html file, or import it, and it should show up. That's the easy part.
The issue is that to use most of Selectoplasm's functionality requires some endpoints - to load plugins, web workers, and to save and load files. This is what the Vite plugin, and the Bun dev server do.
If you want a reference, the files located in 'selectoplasm/bun' are the best place to start.