1.4.3 • Published 6 months ago

@types/draco3dgltf v1.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/draco3dgltf

Summary

This package contains type definitions for draco3dgltf (https://github.com/google/draco#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/draco3dgltf.

index.d.ts

// Type definitions for draco3dgltf 1.4
// Project: https://github.com/google/draco#readme
// Definitions by: Don McCurdy <https://github.com/donmccurdy>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

// The 'draco3d' and 'draco3dgltf' packages have identical APIs, but the latter
// has a modified implementation for compatibility with the glTF file format's
// KHR_draco_mesh_compression extension.
// See: https://github.com/google/draco/issues/717
export * from 'draco3d';

Additional Details

  • Last updated: Tue, 24 Aug 2021 19:31:25 GMT
  • Dependencies: @types/draco3d
  • Global values: none

Credits

These definitions were written by Don McCurdy.