gcode-preview-svelte Svelte Themes

Gcode Preview Svelte

Code example with gcode-preview and Svelte

GCodePreview with Svelte + Vite

Running the example

cd svelte-demo
npm install
npm run dev

Svelte component

Using the example Svelte component is a simple as:

<script>
  import GCodePreview from './lib/GCodePreview.svelte';
</script>

<GCodePreview src={'benchy.gcode'} />

Top categories

Loading Svelte Themes