UNPKG
tav-media
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
Cross platform media editing framework
tav-media
/
lib
/
libpag
/
src
/
wechat
/
pag-file.d.ts
5 lines
(4 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
import
{
PAGFile
as
NativePAGFile
}
from
'../pag-file'
;
export
declare
class
PAGFile
extends
NativePAGFile
{
static
load
(
data
:
ArrayBuffer
):
Promise
<
NativePAGFile
>; }