Function loadOrDownloadCodePointDocuments

  • Attempts to load the codepoints documents locally if the files exists else they are downloaded, saved on the local file system and returned by the function.

    Parameters

    • options: {
          destination?: string;
      } = {}
      • Optional destination?: string

    Returns Promise<{
        documents: {
            outlined: string;
            rounded: string;
            sharp: string;
        };
        downloaded: boolean;
    }>

Generated using TypeDoc