// in .js file where you want to use this componentimportCalculatorfrom"svelte-calculator";
4. Usage
// in the same.js file where you want to use this component outside <script></script> tag<Calculatorsize={"200"}normalKeyColor="white"operatorKeyColor="orange"Class={"calculatorClass"}animation={true}calculatorBackground={"rgba(0,0,0,0.1)"}inputBackground={"#DDE5B6"}/>