This commit is contained in:
Alexander Wang 2025-01-15 18:33:37 -07:00
parent 2c105710ea
commit cbb691abe1
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -18,6 +18,6 @@ const root = {
const rc = rough.svg(root, { seed: 1 });
let node;
if (typeof globalThis !== 'undefined') {
if (typeof globalThis !== "undefined") {
globalThis.rc = rc;
}