ProzillaOS

License Stars Forks NPM Version

## About `@prozilla-os/text-editor` is a text editor application for ProzillaOS. ## Installation `@prozilla-os/core` is required to run this application. ```sh $ npm install @prozilla-os/core @prozilla-os/text-editor $ yarn add @prozilla-os/core @prozilla-os/text-editor $ pnpm add @prozilla-os/core @prozilla-os/text-editor ``` ## Usage ```tsx import { Desktop, ModalsView, ProzillaOS, Taskbar, WindowsView, AppsConfig } from "@prozilla-os/core"; import { textEditor } from "@prozilla-os/text-editor"; function App() { return ( ); } ``` ## Links - [Website/demo][website] - [GitHub][github] - [npm][npm] - [Ko-fi][ko-fi] [website]: https://os.prozilla.dev/text-editor [github]: https://github.com/prozilla-os/ProzillaOS/tree/convert-to-monorepo/packages/apps/text-editor [npm]: https://www.npmjs.com/package/@prozilla-os/text-editor [ko-fi]: https://ko-fi.com/prozilla