@freik/electron-render
v0.1.2
Published
Kevin Frei's Electron Render utilities
Downloads
1
Readme
@freik/elect-main-utils
These are tools & utilities for the Electron 'render' process within the normal www code, which is meant to be used in conjuction with my other electron libraries for simplifying common stuff for Electron applications.
You can find the documentation is here (it's currently only typedoc auto-generated API documentation)
To use them, do this:
yarn add @freik/elect-main-utils @freik/elect-render-utils @freik/electron-renderer @freik/web-utils
or
npm install @freik/elect-main-utils @freik/elect-render-utils @freik/electron-renderer @freik/web-utils
The other 3 components live here:
| npm module | description |
| ---------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| @freik/elect-main-utils
| Main process helpers for the nodejs code |
| @freik/electron-renderer
| Render process helper code that lives in the nodejs side of the world |
| @freik/web-utils
| General React helpers, plus some Recoil and FluentUI WWW controls and helpers |