A section of Edward R. Tufte's book The Visual Display of Quantitative Information converted into an animated video using Remotion
Watch the video here
First install the dependencies:
npm install
# or
yarn
Then run development server:
npm start
# or
yarn start
Open http://localhost:3000 with your browser to see the result.
To render the video as an mp4 file, run
npm run build
# or
yarn build
You can get started creating your own videos using Remotion by checking out the docs.