-
**Description**
When I run `npm init @motion-canvas` it prints out the following. It's confusing for developers that are not web developers and are unfamiliar with the npm system and how to use it wi…
-
### Bug description
There was an exception when I ran the official code.
### What version are you seeing the problem on?
v2.0
### How to reproduce the bug
```python
# main.py
# ! pip …
-
**Description**
When copy-pasting the code from [](https://motioncanvas.io/docs/code-block#selection) CodeBlock Selection, it throws errors.
First thing ("The following code will select myBool out…
-
I downloaded Unity Editor 2021.3.24f1 and imported poseAI_UnityDemo3.0; But the following error can not be solved, I am a novice, thank you for any help
![1693452914245](https://github.com/PoseAI/P…
-
I have project variables:
```ts
import { makeProject } from "@motion-canvas/core";
import example from "./scenes/example?scene";
export default makeProject({
scenes: [example],
variables…
-
I have that code:
```
const PenCanvas: React.FC = ({
strokes = [] as Stroke[],
color = 'black',
thickness = 8,
onAddedStroke: (stroke: Stroke) => void;
}) => {
const draw…
-
### Issue Checklist
- [X] I am using NexT version 8.0 or later.
- [X] I have already read the [Troubleshooting page of Hexo](https://hexo.io/docs/troubleshooting) and [Troubleshooting page of NexT](h…
qqhsx updated
7 months ago
-
**Description**
I have a scenario where I am using motion canvas to build out some animated diagrams. I want the animation flow to be concrete, but I also want to make components of the diagram able…
-
See also https://docs.metamask.io/guide/rpc-api.html#eth-decrypt
This issue is to track the backend for UI on this:
## How it works:
eth_decrypt takes in 2 params:
1) A serialized JSON…
-
May I ask if the final generated file is an npy file? How can I convert it into a video file?