You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
fixes #238: Tridi now uses Webpack to ensure it can be exported as UMD library. It's now possible to import * as Tridi from 'tridi' or const tridi = require('tridi'); as well as use it via traditional <script> tag
BREAKING: Tridi no longer exports a class; instead, Tridi viewer should be set up with createfactory method. See Upgrade to version 2.x. Other than that, API remains compatible with 1.x version.
switched TSLint to ESLint with Airbnb config (#251)