Zenika / react-workbench

Design your React component in an isolated context
MIT License
8 stars 1 forks source link

:sparkles: capture component screenshot #119

Closed bpetetot closed 7 years ago

bpetetot commented 7 years ago

GET /api/screenshot

works only with Chrome Canary for now (v62) in order to use the new capture feature (clip) merged recently in chromium

bpetetot commented 7 years ago

for now, GET /api/screenshot directly returns image screenshot as response, waiting .workbench folder service to be done.

bpetetot commented 7 years ago

@fabienjuif ready to be reviewed