kripod / gatsby-plugin-cesium

A Gatsby plugin to add support for CesiumJS
MIT License
3 stars 1 forks source link
cesium gatsby gatsby-plugin

gatsby-plugin-cesium

A Gatsby plugin to add support for CesiumJS.

Install

npm install --save gatsby-plugin-cesium cesium

How to use

Edit gatsby-config.js

module.exports = {
  plugins: ['gatsby-plugin-cesium'],
};

Notable differences from the official webpack integration guide of Cesium