UNPKG
@beoe/rehype-penrose
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
rehype penrose plugin
beoe.stereobooster.com/diagrams/penrose/
stereobooster/beoe
@beoe/rehype-penrose
/
dist
/
penrose.d.ts
12 lines
(11 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
type
CompileOptions
= {
substance
:
string
;
style
:
string
;
domain
:
string
;
variation
:
string
;
excludeWarnings
?:
string
[];
width
:
number
;
height
:
number
; };
export
declare
const
penrose
:
(
opts
:
CompileOptions
) =>
Promise
<
string
>;
export
{};