1.103.0 • Published 1 year ago

@platypii/cesium v1.103.0

Weekly downloads
51
License
Apache-2.0
Repository
github
Last release
1 year ago

npm apache license

@types/cesium

Standalone typescript definition file for Cesium JS.

Why?

Have you seen how large cesium is? I just need the types.

I have a build pipeline with some expensive steps like js minification, and including Cesium makes it really slow (60+ mb). With @platypii/cesium, typescript is happy, and I can just include cesium directly in my webpage without slowing down my build process.

It is also useful to see the diff of the cesium api over time.

How to use

Add to package.json:

{
  "devDependencies": {
    "@platypii/cesium": "^1.103.0",
  }
}

Add to tsconfig.json:

{
  "compilerOptions": {
    "typeRoots": [
      "node_modules/@types",
      "node_modules/@platypii"
    ]
  }
}

Publishing

npm publish
1.101.0

1 year ago

1.102.0

1 year ago

1.103.0

1 year ago

1.100.0

1 year ago

1.99.0

2 years ago

1.98.0

2 years ago

1.97.0

2 years ago

1.96.0

2 years ago

1.95.0

2 years ago

1.94.0

2 years ago

1.93.0

2 years ago

1.92.0

2 years ago

1.91.0

2 years ago

1.90.0

2 years ago

1.89.0

2 years ago

1.88.0

2 years ago

1.87.0

3 years ago

1.86.0

3 years ago

1.85.0

3 years ago

1.84.0

3 years ago

1.83.0

3 years ago

1.82.1

3 years ago

1.80.0

3 years ago

1.81.0

3 years ago

1.79.0

3 years ago

1.78.0

3 years ago

1.77.0

3 years ago

1.76.0

3 years ago

0.1.1

3 years ago