GitHubPixels Website
  • Preparing search index...
  • The search index is not available
Documentation
  • Documentation
  • @systemic-games/pixels-core-utils
  • decodeUtf8

Function decodeUtf8

  • decodeUtf8(bytes): string
  • Takes a byte array and interpret it as a UTF8 string. Copied from https://gist.github.com/pascaldekloe/62546103a1576803dade9269ccf76330

    Parameters

    • bytes: Uint8Array

      Byte array with UTF8 string data.

    Returns string

    The decoded string.

    • Defined in packages/pixels-core-utils/src/decodeUtf8.ts:18

Settings

Member Visibility
GitHubPixels Website
Documentation
  • Loading...

Generated using TypeDoc