django-tellme icon indicating copy to clipboard operation
django-tellme copied to clipboard

Contribute to unminified JS

Open ericbolo opened this issue 5 years ago • 1 comments

The screenshots made with django-tellme do not capture SVGs. I'd like to try and fix that but the source only contains minified JS which is hard to read.

Is it possible to make the un-minified JS available so we can easily contribute ?

ericbolo avatar Jan 15 '20 14:01 ericbolo

Yes absolutely. The javascript is coming from upstream projects https://github.com/ivoviz/feedback and https://github.com/niklasvh/html2canvas. You could clone those repo do the fix and then rebuild (minify) to embedded it in here.

ludrao avatar Jan 15 '20 20:01 ludrao