Build Raphaël from source
masterTo build the library from the repository, you must have NPM and Yarn installed. Run the following commands in the root directory:
- Clone the repository.
- Install dependencies using Yarn.
- Run the build command.
git clone https://github.com/DmitryBaranovskiy/raphael.git
yarn install --frozen-lockfile
yarn build-all