{"id":24126563,"url":"https://github.com/web-packages/web_utility","last_synced_at":"2026-01-24T02:38:03.784Z","repository":{"id":256311469,"uuid":"854903945","full_name":"web-packages/web_utility","owner":"web-packages","description":"This package provides additional Util features for the Web standard API.","archived":false,"fork":false,"pushed_at":"2024-11-07T02:47:48.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-07T03:31:06.392Z","etag":null,"topics":["font-end","utils","web"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@web-package/utility","language":"TypeScript","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/web-packages.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-10T00:52:27.000Z","updated_at":"2024-11-07T02:48:25.000Z","dependencies_parsed_at":"2024-09-15T16:54:59.966Z","dependency_job_id":null,"html_url":"https://github.com/web-packages/web_utility","commit_stats":null,"previous_names":["web-packages/web_utils"],"tags_count":0,"template":false,"template_full_name":"web-packages/web-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-packages%2Fweb_utility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-packages%2Fweb_utility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-packages%2Fweb_utility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-packages%2Fweb_utility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web-packages","download_url":"https://codeload.github.com/web-packages/web_utility/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233506455,"owners_count":18686514,"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":["font-end","utils","web"],"created_at":"2025-01-11T16:34:28.208Z","updated_at":"2025-09-18T18:31:47.974Z","avatar_url":"https://github.com/web-packages.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg width=\"200px\" src=\"https://github.com/user-attachments/assets/9fe86de5-61d7-4a89-ab9d-702ff1c0c901\"\u003e\n    \u003ch1\u003eWeb Utility\u003c/h1\u003e\n    \u003ctable\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003eVersion\u003c/th\u003e\n            \u003cth\u003ev1.2.20\u003c/th\u003e\n          \u003c/tr\u003e\n        \u003c/tbody\u003e\n    \u003c/table\u003e\n\u003c/div\u003e\n\n# Introduction\nThis package provides additional Util features for the Web standard API.\n\n\u003e See Also, If you want the change-log by version for this package. refer to [Change Log](CHANGELOG.md) for details.\n\n# Usage\n```ts\nimport { ElementUtil, DOMRectUtil } from \"@web-package/utility\";\n\n// Gets the intrinsic size(i.e. width, height) of a given element.\nElementUtil.intrinsicSizeOf(target);\n\n// Gets the intrinsic size and DOMRect values of a given element.\nDOMRectUtil.intrinsicOf(target);\n\n// Gets the intrinsic size(i.e. width, height) of an element by getter calling.\nconst size = target.intrinsicSize;\n\n// Gets the intrinsic size and DOMRect values of an element by getter calling.\nconst rect = target.intrinsicRect;\n\n// Gets the intrinsic width of an element by getter calling.\nconst width = target.intrinsicWidth;\n\n// Gets the intrinsic height of an element by getter calling.\nconst height = target.intrinsicHeight;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-packages%2Fweb_utility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb-packages%2Fweb_utility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-packages%2Fweb_utility/lists"}