UNPKG
v-regexp
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
JavaScript Regular Expression Parser and Visualizer.
github.com/usetools/v-regexp
usetools/v-regexp
v-regexp
/
lib
/
download.d.ts
4 lines
(3 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
import
{
RaphaelPaper
}
from
'raphael'
;
import
{
SaveSVGOptions
}
from
'save-svg-as-png'
;
export
declare
function
png
(
paper
:
RaphaelPaper
,
name
:
string
,
options
?:
SaveSVGOptions
):
void
;