Finsemble Core 🏛️
Finsemble is a smart desktop framework that is powered by Electron. This module is generally used either from the finsemble-seed or by downloading the Finsemble Smart Desktop Designer GUI tool (contact support@finsemble.com for access.)
See our documentation for more information.
Installation
yarn add @finsemble/finsemble-core
Importing
Please do not import from "/types" or "/dist". The structure of the "/dist" folder may change from release to release, so the locations of files may not be dependable. The types directory is provided only for backward-compatibility with prior releases.
Please always import directly from the module root.
import { StandardError } from "@finsemble/finsemble-core";
import { ConfigClient } from "@finsemble/finsemble-core";
Getting Help
Email support@finsemble.com for support.