@luma.gl/constants 9.0.0-beta.4 → 9.0.0-beta.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Overview
4
4
 
5
- Exports an object with all WebGL1 and WebGL2 constants.
5
+ Exports an object with all WebGL2 constants.
6
6
 
7
7
  Note: This file is framework independent and can be used by any webgl application.
8
8
 
@@ -1 +1 @@
1
- {"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../src/bundle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,EAAE,IAAI,WAAW,EAAC,MAAM,SAAS,CAAC;AAE1C,OAAO,EAAC,WAAW,EAAC,CAAC"}
1
+ {"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../src/bundle.ts"],"names":[],"mappings":"AAIA,OAAO,EAAC,EAAE,IAAI,WAAW,EAAC,MAAM,SAAS,CAAC;AAE1C,OAAO,EAAC,WAAW,EAAC,CAAC"}
package/dist/bundle.js CHANGED
@@ -1,3 +1,5 @@
1
- import { GL as GLConstants } from "./index.js";
1
+ // luma.gl
2
+ // SPDX-License-Identifier: MIT
3
+ // Copyright (c) vis.gl contributors
4
+ import { GL as GLConstants } from './index';
2
5
  export { GLConstants };
3
- //# sourceMappingURL=bundle.js.map