yarn
for running and building the project: Yarn Installation Guide
- Clone the repository.
- Install dependencies with
yarn install
. - Create a
.env
file. - Set your license environment variable in the
.env
file asCESDK_LICENSE
. - Run the tests with
yarn test
. This will transform all PSD files intest/examples
to PNG files exported via CE.SDK totest/output/examples
. - Run
yarn run compare
. This will read every PSD file intest/examples
sub-folders and export comparable outputs totest/output/comparison
.