{"id":22092188,"url":"https://github.com/pirxpilot/plumper","last_synced_at":"2025-07-30T16:09:10.259Z","repository":{"id":10098738,"uuid":"12160856","full_name":"pirxpilot/plumper","owner":"pirxpilot","description":"Makes your polyline look fat","archived":false,"fork":false,"pushed_at":"2024-03-19T09:27:57.000Z","size":138,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-11-21T15:11:43.586Z","etag":null,"topics":["polyline"],"latest_commit_sha":null,"homepage":"http://pirxpilot.github.io/plumper","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pirxpilot.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-16T14:47:28.000Z","updated_at":"2024-03-19T08:18:44.000Z","dependencies_parsed_at":"2022-09-14T17:10:56.886Z","dependency_job_id":null,"html_url":"https://github.com/pirxpilot/plumper","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirxpilot%2Fplumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirxpilot%2Fplumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirxpilot%2Fplumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pirxpilot%2Fplumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pirxpilot","download_url":"https://codeload.github.com/pirxpilot/plumper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227476143,"owners_count":17779417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["polyline"],"created_at":"2024-12-01T03:08:36.829Z","updated_at":"2024-12-01T03:08:38.402Z","avatar_url":"https://github.com/pirxpilot.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NPM version][npm-image]][npm-url]\n[![Build Status][build-image]][build-url]\n[![Dependency Status][deps-image]][deps-url]\n\n# plumper\n\nMakes your polyline look fat using routeboxer algorithm.\n\nCheck out [the live demo][demo].\n\n## Installation\n\n  Install with [npm]:\n\n    $ npm install plumper\n\n## API\n\n```javascript\n// polyline is a set of points\nvar polyline = [[0,2], [3,4], [7,8]];\n// fat is a factor corresponding to the width of the polyline\nvar fat = 5;\n// polygon is an array of points outlining a polygon that completely encompasses a line\nvar polygon = plumper(polyline, fat);\n\n\n// if you're OK with slighly larger number of polygons, but you care about speed\nvar polygon = plumper(polyline, fat, false);\n```\n\n\n# License\n\nThe MIT License (MIT)\n\nCopyright (c) 2013 [Damian Krzeminski](https://pirxpilot.me)\n\n[routeboxer]: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/routeboxer/docs/examples.html\n[demo]: http://pirxpilot.github.io/plumper/\n\n[npm]: https://www.npmjs.org/\n\n[npm-image]: https://img.shields.io/npm/v/plumper\n[npm-url]: https://npmjs.org/package/plumper\n\n[build-url]: https://github.com/pirxpilot/plumper/actions/workflows/check.yaml\n[build-image]: https://img.shields.io/github/actions/workflow/status/pirxpilot/plumper/check.yaml?branch=main\n\n[deps-image]: https://img.shields.io/librariesio/release/npm/plumper\n[deps-url]: https://libraries.io/npm/plumper\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpirxpilot%2Fplumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpirxpilot%2Fplumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpirxpilot%2Fplumper/lists"}