Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.02 KB

papers-generator

Generate pages with small paper tokens to print out.

build status

Introduction

This is a tool I use to generate pages of small paper tokens (usually with a title, a small text and an illustration) that I can then print out and cut. This is useful if you have to organize outdoor games for example, where small pieces of paper are exchanged as part of the game.

Usage

All you have to do is create an HTML file in this folder and open it in your browser. You can then use a browser extension such as printpdf to generate an easily printable document.

The best way to do this is to start from the commented example HTML file medicaments.html. Comments will guide you through the process of customizing the output.

Test

Test can be done with node and mocha.

npm install
npm test