theBuzzyCoder / eSignature-for-espocrm

ESignature field for EspoCRM
MIT License
7 stars 2 forks source link

Isn't this supposed to have the readable version of the js file ? #1

Open beppe9000 opened 4 years ago

beppe9000 commented 4 years ago

https://github.com/theBuzzyCoder/eSignature-for-espocrm/blob/f56951cc79e91998fe33c38848aab1a80800a256/files/application/Espo/Modules/Signature/Resources/metadata/app/client.json#L4

Great job btw! This is a nice example of client customization.

theBuzzyCoder commented 4 years ago

@beppe9000 Thanks!

The jSignature.min.noconflict.js is taken from https://github.com/brinley/jSignature/tree/master/libs

You can find the original code here for jSignature: https://github.com/brinley/jSignature/tree/master/libs

Since, I wanted to keep the crm pack lightweight I didn't add it and kept only min.js

theBuzzyCoder commented 4 years ago

I will add this in the README.md file in the next release.