4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript5,298 stars (5,298 stars)299 forks (299 forks)user submission
good first issue
Description
Hello, is it possible to set a transparency level for the base color? Many thnxs!
Contributor guide
- Tech stack
- typescriptjavascript
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- basic JavaScriptfamiliarity with WebGL concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Review the cobe source code to find where the base color is applied (likely in the WebGL rendering pipeline). Look for a color configuration option that could accept an alpha value. Examine files like src/globe.ts or similar. Check comments in the issue for any suggestions. Consider adding an opacity parameter to the existing color property.