# cesium-electron-webpack **Repository Path**: json1234/cesium-electron-webpack ## Basic Information - **Project Name**: cesium-electron-webpack - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-11 - **Last Updated**: 2022-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cesium-electron-webpack This is just the Cesium starter stuff injected into the electron-webpack-quickstart package using the the Cesium webpack tutorial (sort of). We're using it for a starting point and a coder's playground while begining a new Cesium based desktop app. It's nothing fancy but if your new-to/rusty-with Electron or Webpack or Electron-Webpack it might save you a little time. * electron-webpack-quickstart found here: https://github.com/electron-userland/electron-webpack-quick-start * cesium webpack tutorial: https://cesium.com/docs/tutorials/cesium-and-webpack/ You'll have to comment out \node_modules\cesium\Source\Widgets\Timeline\Timeline.css Line 101: *background-image: url("../Images/TimelineIcons.png");* Cesium's hello world includes a bunch of images that aren't included in it's NPM package and this particular line breaks the build. I'll find a not-so-dumb work around as soon as possible.