Skip to content

Commit

Permalink
expose animations
Browse files Browse the repository at this point in the history
  • Loading branch information
sbittrich committed Dec 8, 2023
1 parent 4ead727 commit aee2043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viewer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ export type ViewerProps = typeof DefaultViewerProps & { canvas3d: PartialCanvas3

const LigandExtensions = {
'wwpdb-chemical-component-dictionary': PluginSpec.Behavior(wwPDBChemicalComponentDictionary),
'mp4-export': PluginSpec.Behavior(Mp4Export),
};

const DefaultLigandViewerProps = {
Expand Down

0 comments on commit aee2043

Please sign in to comment.