ludrao / django-tellme

Django app that enable user feedback (feedback button)
Other
151 stars 51 forks source link

Contribute to unminified JS #40

Open ericbolo opened 4 years ago

ericbolo commented 4 years ago

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 ?

ludrao commented 4 years ago

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.