3 lines
76 B
JavaScript
3 lines
76 B
JavaScript
|
import { Crypto } from "@peculiar/webcrypto";
|
||
|
|
||
|
window.crypto = new Crypto();
|