Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,6 @@ const r = sphereResponse({ wavelengthNm: 550, radiusNm: 25, material: "Au" });
console.log(r.cExt, r.cSca, r.cAbs);
```

## GitHub Packages And "Used by"

To make packages visible under the GitHub profile package tab, publish to `npm.pkg.github.com` with public package visibility.
If a package was published as private first, set it to public in package settings.

The repository "Used by" count is automatic and appears when public repositories depend on this project/packages.
It cannot be forced manually.

## Community Health

- Code of Conduct: .github/CODE_OF_CONDUCT.md
Expand Down
Loading