@taygotfound/melodix
TypeScript icon, indicating that this package has built-in type declarations

2.0.5 • Public • Published

Melodix

About

@taynotfound/Melodix is a Music app for ProzillaOS.

Changelog

The Changelog can be found here

Installation

@prozilla-os/core is required to run this application.

$ npm install @prozilla-os/core @taynotfound/Melodix
$ yarn add @prozilla-os/core @taynotfound/Melodix
$ pnpm add @prozilla-os/core @taynotfound/Melodix

Usage

Basic setup

import { Desktop, ModalsView, ProzillaOS, Taskbar, WindowsView, AppsConfig } from "@prozilla-os/core";
import { Melodix } from "@taynotfound/Melodix";

function App() {
  return (
    <ProzillaOS
      systemName="Example"
      tagLine="Powered by ProzillaOS"
      config={{
        apps: new AppsConfig({
          apps: [ Melodix ]
        })
      }}
    >
      <Taskbar/>
      <WindowsView/>
      <ModalsView/>
      <Desktop/>
    </ProzillaOS>
  );
}

Links

Package Sidebar

Install

npm i @taygotfound/melodix

Weekly Downloads

6

Version

2.0.5

License

MIT

Unpacked Size

1.66 MB

Total Files

6

Last publish

Collaborators

  • taygotfound