0.5.1 • Published 11 months ago

@freik/electron-renderer v0.5.1

Weekly downloads
-
License
Unlicense
Repository
github
Last release
11 months ago

electron-renderer

This exports a single "InitRender()" function that you must call in your renderer.js file. This is specifically to be used with the other 3 electron packages to make a bunch of common things easy to do in Electron.

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

and then, in the renderer.js file, do this:

import { InitRender } from '@freik/electron-renderer';
InitRender();

And away you go! The other 3 components live here:

npm moduledescription
@freik/elect-main-utilsMain process helpers for the nodejs code
@freik/elect-render-utilsRender process helper code that lives on the React/www side of the world
@freik/web-utilsGeneral React helpers, plus some Recoil and FluentUI WWW controls and helpers
0.5.1

11 months ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.1

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.0

2 years ago

0.0.5

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago