crypto-js: https://github.com/brix/crypt.
I used to use the whole package to encrypt it. The code is as follows
import CryptoJS from "crypto-js/aes.js";
//
//...
I read the aes.js
source code and did not understand this module loading mechanism.
how should I use it correctly?