3.1.24 • Published 4 years ago

@kdh/client v3.1.24

Weekly downloads
7
License
BSD-2-Clause
Repository
github
Last release
4 years ago

OS.js is an open-source desktop implementation for your browser with a fully-fledged window manager, Application APIs, GUI toolkits and filesystem abstraction.

Build Status Test Coverage Maintainability Support Back Sponsor Donate Donate Community

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/client/dist/main.js"></script>
const { Core /*, ... */ } = osjsClient;

Contribution

Documentation

See the Official Manuals for articles, tutorials and guides.

Links