# Kalker Web Component ![npm](https://img.shields.io/npm/v/@paddim8/kalk-component) ![license](https://img.shields.io/npm/l/@paddim8/kalk-component) A web component built with Svelte that uses the kalk library (WebAssembly). ![preview](preview.png) ## 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
kalker Type 'help' for instructions.
``` ## Customizing The colours in the component can be changed by using these attributes. ```html ```