ecdc
ecdc copied to clipboard
Implemented new hex tranformer
- Implemented simple hex string transfomer
- Since hex string seemed more basic that the JSON hex string trasformer, to align with the base64 transformer I renamend the original hex.ts in jsonhex.ts and implemented the new transformer in the hex.ts file
Fixes #85