This project let you create titles for QueerJS videos.
As a first step install npm packages and start the local server by running on a terminal
yarn install && yarn start
If you use npm run
npm install && npm start
- Edit speakers.js using following content
module.exports = [
{
filename: 'welcome',
name: 'Welcome to QueerJS',
photo: ''
}
];
- On terminal type the following command to print out the speaker cards
yarn run shoot
If you use npm run
npm run shoot
- Generated images will be created in out folder
- Edit speakers.js speaker details
module.exports = [
{
filename: 'devname',
name: 'Dev Name',
photo: 'https://avatars.io/twitter/devname'
}
];
- On terminal type the following command to print out the speaker cards
yarn run shoot
If you use npm run
npm run shoot
- Generated images will be created in out folder