JRX Codes
JRX Codes

JRX Codes

Follow
homebadges
Tag

js

#js

More content

Read more stories on Hashnode


Articles with this tag

Compress Image in JS

Oct 9, 20211 min read

How to compress image in JavaScript? · You can compress image by using this method. function compressImage(imageUrl) { let image = new Image(); ...

Compress Image in JS

How to decode JWT in Javascript

Oct 7, 20211 min read

Decode JWT Token in JS · JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting...

How to decode JWT in Javascript