mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-25 09:16:17 -04:00
Added 'DishError' and refined test results.
This commit is contained in:
parent
d2325306db
commit
b29bb6fdd7
7 changed files with 117 additions and 77 deletions
2
src/core/vendor/remove-exif.mjs
vendored
2
src/core/vendor/remove-exif.mjs
vendored
|
@ -18,7 +18,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|||
SOFTWARE.
|
||||
*/
|
||||
|
||||
import Utils from "../Utils.mjs";
|
||||
import Utils from "../Utils";
|
||||
|
||||
// Param jpeg should be a binaryArray
|
||||
export function removeEXIF(jpeg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue