Skip to content

Instantly share code, notes, and snippets.

@johnman
johnman / openfin.js
Created June 19, 2020 18:10
A basic example of a dash compatible script to try out ideas
(function () {
if (!window.fin) {
return;
}
console.log('Running in OpenFin! Modifying behaviors and configuring themes.');
const LIGHT_THEME = 'light-theme';