Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexadam/printable-mockups

Create printable UI mockups & wireframes templates
https://github.com/alexadam/printable-mockups

design-tools mockup-generator mockup-illustration mockup-image mockups pdf pdf-document pdf-generation printable-mockups react ui-design ui-mockups ui-patterns ux-design ux-research ux-ui wireframes wireframes-templates wireframing wireframing-tool

Last synced: 2 months ago
JSON representation

Create printable UI mockups & wireframes templates

Awesome Lists containing this project

README

        

# printable-mockups

Create printable UI mockups/wireframes templates

## Try it: [Demo](https://alexadam.github.io/demos/printable-mockups/index.html)

## Notes / Problems

- It doesn't work (well) on small screens / touchscreens
- Not all the features are implemented
- The generated PDF file is huge and blurry

## To-Do

- Improve the generated PDF file
- Show mockups dimensions
- Implement Save as SVG/JSON and import from JSON
- Add option to set background pattern's color, stroke width & opacity
- Add more mockups and background patterns

## How to run it on your machine

1. Download or clone this repository

2. Open a terminal and run:

```
yarn install
yarn dev
```

3. Open a Web Browser and go to *localhost:8080*

## Credits

- [GoldenLayout](https://golden-layout.com/)
- [Canvg](https://github.com/canvg/canvg)
- [jsPDF](https://github.com/MrRio/jsPDF)
- [React-Modal](https://github.com/reactjs/react-modal)
- [Icons](https://ionicons.com/)
- Animation made with [GIPHY Capture](https://giphy.com/apps/giphycapture) and [ezgif](https://ezgif.com/)
- Thanks to [Paresh Deshpande](https://www.linkedin.com/in/paresh-deshpande-78303756/) for feedback and ideas.