@launchmenu/core

An environment for visual keyboard controlled applets

Usage no npm install needed!

<script type="module">
  import launchmenuCore from 'https://cdn.skypack.dev/@launchmenu/core';
</script>

README

Core

The core package contains all the main code for LaunchMenu. It creates the window, and hosts all of the applets.

It however provides no content for the program, only utilities to make content. All the content creation is offloaded to applets, allowing for more flexibility.