https://github.com/adnanmula/cardifier
Format your card pngs for printing with google drive
https://github.com/adnanmula/cardifier
Last synced: 4 months ago
JSON representation
Format your card pngs for printing with google drive
- Host: GitHub
- URL: https://github.com/adnanmula/cardifier
- Owner: adnanmula
- Created: 2019-10-20T15:55:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T16:13:26.000Z (over 5 years ago)
- Last Synced: 2024-12-27T18:46:11.118Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cardifier
Simple script to format card files to a google doc ready for printing.
Create the following folder/file structure in google drive, put your images on the numbered folders, fill the folder and doc ids on the script and execute the **cardify** function.
```
root
|
└── script
│
└── doc (output)
│
└── data
│
└─── cards folder
| |
│ └─── 1
| | | card1.png
| | | card2.png
| |
│ └─── 2
| | | card1.png
| | | card2.png
| |
│ └─── n (cards will be added to the final document n times)
| | card1.png
| | card2.png
│
└─── default card folder
│ default.png```