UNPKG

@diffusionstudio/core-v4

Version:

A fast, browser based video compositing engine powered by WebCodecs

12 lines (11 loc) 429 B
/** * Public key for license verification. * * To generate a new key pair: * 1. openssl ecparam -genkey -name prime256v1 -noout -out private-key.pem * 2. openssl ec -in private-key.pem -pubout -out public-key.pem * 3. Copy the contents of public-key.pem (including BEGIN/END lines) here * * IMPORTANT: The public key here MUST match the private key used to sign licenses. */ export declare const PUBLIC_KEY_PEM: string;