ProzillaOS

License Stars Forks NPM Version

## About `@prozilla-os/calculator` is a ProzillaOS application for making basic calculations. ## Installation `@prozilla-os/core` is required to run this application. ```sh $ npm install @prozilla-os/core @prozilla-os/calculator $ yarn add @prozilla-os/core @prozilla-os/calculator $ pnpm add @prozilla-os/core @prozilla-os/calculator ``` ## Usage ### Basic setup ```tsx import { Desktop, ModalsView, ProzillaOS, Taskbar, WindowsView, AppsConfig } from "@prozilla-os/core"; import { calculator } from "@prozilla-os/calculator"; function App() { return ( ); } ``` ## Links - [Demo][demo] - [Docs][docs] - [GitHub][github] - [npm][npm] - [Discord][discord] - [Ko-fi][ko-fi] [demo]: https://os.prozilla.dev/calculator [docs]: https://os.prozilla.dev/docs/reference/apps/calculator [github]: https://github.com/prozilla-os/ProzillaOS/tree/main/packages/apps/calculator [npm]: https://www.npmjs.com/package/@prozilla-os/calculator [discord]: https://discord.gg/JwbyQP4tdz [ko-fi]: https://ko-fi.com/prozilla