I have a problem using a library:
import * as rc4 from \'arc4\'; const cipher = rc4(\'arc4\', key);
I am using it on a react client side app, and