PictograpiDraw is a drawing tool using pictographs. This website is part of the PictograpiUniverse and uses pictographs created by ARASAAC.
PictograpiDraw has been created using ReactJS + Webpack and it has these tasks:
npm run test: Runs testsnpm run dev: Compiles the code and launches a server to test while development.npm run build: Builds the code into./distfolder.
PictograpiDraw needs some properties to work. These properties must be set using environmnent properties or creating a /.env file.
# Pictograpi configuration
PICTOGRAPI_EMAIL=foo@pictograpi.com
PICTOGRAPI_PASSWORD=token
PICTOGRAPI_URL=https://api.pictograpi.com/api
Feel free to contact us thorugh an issue or using the contact form in our website PictograpiUniverse.