@je-es/electron
v0.0.5
Published
A robust and standardized solution for creating a Desktop applications.
Downloads
12
Maintainers
Readme
@je-es/electron
A robust and standardized solution for creating a Desktop applications.
📥 Usage
npm i @je-es/electron
🌟 Syntax
import { electron } from '@je-es/electron'; electron( { meta: { mainDirectory ?: string, logsDirectory ?: string, defaultWindow ?: string, ... }, events: { app : { onReady ?: function, onClose ?: function, }, ipc : { 'group' : { 'event' : function, ... }, ... ... } });
Documentation
Made with ❤ by Maysara Elshewehy