Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Apr 9, 2024
1 parent d36dbba commit 8b08552
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Code structure taken from https://github.com/remcohaszing/mermaid-isomorphic

## Notes

- Algorithm is not stable, so tests doesn't work
- Algorithm is not stable, so tests doesn't work (svg output everytime is different)
- Not exposed: `wrap`, `useViewBox`, `width`, `height`, `padding`, `colours`, `colors`, `fontSize`,
`normalize`, `layoutFunction`, `scaleToFit`, `styled`, `round`, `distinct`, `orientation`,
`orientationOrder`, `lossFunction`
3 changes: 3 additions & 0 deletions src/venn-isomorphic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import {
type Page
} from 'playwright-core'

type ISetOverlap = Venn.ISetOverlap
export { ISetOverlap }

declare const venn: typeof Venn
declare const d3: typeof D3

Expand Down

0 comments on commit 8b08552

Please sign in to comment.