G-code Preview — API Reference
    Preparing search index...

    Minimal svelte/store Readable contract — declared structurally so the shipped JS never imports 'svelte' (the component and consumers bring their own).

    interface ReadableState {
        subscribe(run: (state: GcodePreviewState) => void): () => void;
    }
    Index

    Methods

    Methods