The muscle-map path data in muscle-map-front.json and muscle-map-back.json is extracted from the `body-muscles` npm package: Body Muscles Copyright 2024 Ivan Vulović https://github.com/vulovix/body-muscles Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Source files (as of the extraction date, 2026-07-22): https://github.com/Vulovix/body-muscles/blob/main/src/data/muscles.front.ts https://github.com/Vulovix/body-muscles/blob/main/src/data/muscles.back.ts Only the `id` and `path` (SVG `d` attribute) fields were extracted — the `name` and `view` fields from the original source were dropped during parsing and are not present in the vendored JSON here. If the `name` field is wanted later (nicer display labels than the kebab-case `id`), it's still in the original source files above.