nangonghan

Results 9 issues of nangonghan

就像一般的客户端软件一样,可以记住用户上次的设置选项,这样就不用每次打开都设置同样的设置了。

I modified part of the code, he can now export normally ProjectParser.jsx ![image](https://user-images.githubusercontent.com/49426457/137091607-4c496ae4-0745-4feb-a8b4-c710f0342177.png) ![image](https://user-images.githubusercontent.com/49426457/137091636-01adaf1e-b37f-4b0e-9322-a9f9f1a9e304.png)

Problem: When we use bodymovin-extention to import animation with image,and images will be lost. AEUX imports figma assets to AE, it is possible to import pictures。 It seems like a...

Thank you very much for opening up these scripts. In the process of using it, it was found that the key frame inverted and copied was wrong. In the speed...

bug

The positionY of the text layer in AE is higher than that in Figma As far as I know, the positionY of text layer of text is related to lineHeight....

enhancement
help wanted

![image](https://user-images.githubusercontent.com/49426457/103280295-fc6c0c80-4a0a-11eb-94cc-6b4c62a0832b.png) this is the json file [demo.json.zip](https://github.com/iampava/lottie-web-parser/files/5750487/demo.json.zip)

as node code , ffmpeg can change any video and vocal format file to wav file. ` const result = await spawnSync(ffmpegPath, [ "-i", inputFilePath, "-ar", "16000", "-y", wavFilePath, ]);...

Hi there, thank you very much for releasing this version. Currently, I have also implemented a Node version based on your code. However, there is a problem that the subtitles...