strawberry icon indicating copy to clipboard operation
strawberry copied to clipboard

Zero-dependency, build-free framework for the artisanal web.

Results 5 strawberry issues
Sort by recently updated
recently updated
newest added

Is there a way to "hide" the globally available strawberry object? I'd like to use this for a game and I am not figuring out how to hide access to...

Allow `sb` to be used as an ESM import. Example: ```html { "imports": { "sb": "./sb.esm.js" } } import * as sb from 'sb'; const data = sb.init(); ```

@18alantom The new docs are really good. I am keen to try to do an example that integrates a golang backend with Strawberry. Could you possible outline how the API...

Is it possible to import this as a module, maybe like so: ```html import { sb } from './sb.min.js'; ``` Not important, but maybe something to implement at some point...

The docs show discreet demos. make a folder with each in them. the steps are great