nangonghan
nangonghan
就像一般的客户端软件一样,可以记住用户上次的设置选项,这样就不用每次打开都设置同样的设置了。
I modified part of the code, he can now export normally ProjectParser.jsx  
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...
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....
 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...
``` swift .gesture( DragGesture() .onChanged { value in guard !isAnimating else { return } // Update the position while dragging with 弹性跟手 withAnimation(.spring(duration: onChangedDuration, bounce: onChangedBounce)) { self.position = value.location...