@encryptos/client
v3.1.52
Published
OS.js v3 client
Downloads
4
Readme
OS.js is an open-source desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.
OS.js v3 Client Module
This is the main client core component of OS.js.
Contains base services, virtual filesystem, panels and other core services required for operation.
Usage
ES, Webpack, Node, etc.
import { Core /*, ... */ } from '@osjs/client';
UMD
<script src="https://cdn.jsdelivr.net/npm/@osjs/gui/dist/main.js"></script>
const { Core /*, ... */ } = osjsClient;
Contribution
- Become a Patreon
- Support on Open Collective
- Contribution Guide
Documentation
See the Official Manuals for articles, tutorials and guides.