Function downloadCodePointDocuments

  • Fetch and save all variant codepoints documents on the file system

    Parameters

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

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

    A map with 3 variants codepoints documents

Generated using TypeDoc