globe-gl

- Confirm environment (plain HTML, framework, React bindings) and the data layers needed.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "globe-gl" with this command: npx skills add mengto/skills/mengto-skills-globe-gl

Globe.GL Skill

Workflow

  • Confirm environment (plain HTML, framework, React bindings) and the data layers needed.

  • Provide a minimal quick-start snippet plus the layer-specific fields.

  • Add interactions or extra layers only if requested.

  • Call out container sizing and performance considerations.

Quick start (ESM)

<script type="module"> import Globe from 'globe.gl';

const myGlobe = new Globe(document.getElementById('globe')) .globeImageUrl(myImageUrl) .pointsData(myData); </script>

Quick start (script tag)

<script src="//cdn.jsdelivr.net/npm/globe.gl"></script> <script> const myGlobe = new Globe(document.getElementById('globe')) .globeImageUrl(myImageUrl) .pointsData(myData); </script>

Common layers to mention

  • Points

  • Arcs

  • Polygons

  • Paths

  • Heatmaps and hex bins

  • Labels or HTML elements

  • 3D objects and custom layers

Practical tips

  • Size the container with CSS; the globe fills its parent element.

  • Reduce point count or size for performance on mobile.

  • Use a darker globe texture for neon-style data overlays.

Questions to ask when specs are missing

  • Which layers do you need (points, arcs, polygons, labels)?

  • What should the globe size be on desktop vs mobile?

  • Do you want drag/rotate interactions or a static globe?

  • Is this plain HTML, React (react-globe.gl ), or another framework?

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gsap

No summary provided by upstream source.

Repository SourceNeeds Review
General

progressive-blur

No summary provided by upstream source.

Repository SourceNeeds Review
General

landing-page

No summary provided by upstream source.

Repository SourceNeeds Review
General

pricing-page

No summary provided by upstream source.

Repository SourceNeeds Review