# Kalk Web Component   A web component built with Svelte that uses kalk (WebAssembly).  ## Installation & Setup `npm install --save @paddim8/kalk-component` ### Module ```js import { KalkCalculator, ConsoleLine } from "@paddim8/kalk-component" ``` If your bundler doesn't include all the files in the output folder, you may need to eg. modify your build script to copy them over manually. I am not aware of a better way. ### Or only with HTML ```html ``` ## Usage ```html