{"id":15654355,"url":"https://github.com/kennethanceyer/hypermodel","last_synced_at":"2025-06-11T17:06:36.778Z","repository":{"id":58236046,"uuid":"63675922","full_name":"KennethanCeyer/hypermodel","owner":"KennethanCeyer","description":":space_invader: related model builder library","archived":false,"fork":false,"pushed_at":"2018-04-30T03:13:13.000Z","size":6685,"stargazers_count":28,"open_issues_count":8,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T06:43:35.627Z","etag":null,"topics":["chart","diagram","e-r-diagrams","graph","html5","model","modeling","raphael","schema","structure","svg"],"latest_commit_sha":null,"homepage":"https://www.pigno.se/barn/PIGNOSE-HyperModel/","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/KennethanCeyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-19T08:29:41.000Z","updated_at":"2024-10-05T06:56:21.000Z","dependencies_parsed_at":"2022-08-31T09:23:05.030Z","dependency_job_id":null,"html_url":"https://github.com/KennethanCeyer/hypermodel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/KennethanCeyer/hypermodel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennethanCeyer%2Fhypermodel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennethanCeyer%2Fhypermodel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennethanCeyer%2Fhypermodel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennethanCeyer%2Fhypermodel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KennethanCeyer","download_url":"https://codeload.github.com/KennethanCeyer/hypermodel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennethanCeyer%2Fhypermodel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259302766,"owners_count":22837206,"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":["chart","diagram","e-r-diagrams","graph","html5","model","modeling","raphael","schema","structure","svg"],"created_at":"2024-10-03T12:51:06.991Z","updated_at":"2025-06-11T17:06:36.755Z","avatar_url":"https://github.com/KennethanCeyer.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003ehypermodel\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003erelated model ui builder\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://nodei.co/npm/hypermodel/\"\u003e\u003cimg src=\"https://nodei.co/npm/hypermodel.png\" alt=\"NPM\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://badge.fury.io/js/hypermodel\"\u003e\u003cimg src=\"https://badge.fury.io/js/hypermodel.svg\" alt=\"npm version\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/KennethanCeyer/HyperModel/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/KennethanCeyer/HyperModel.svg\" alt=\"GitHub stars\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/KennethanCeyer/hypermodel/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/KennethanCeyer/HyperModel.svg\" alt=\"GitHub license\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://gitter.im/KennethanCeyer/PIGNOSE?utm_source=badge\u0026amp;utm_medium=badge\u0026amp;utm_campaign=pr-badge\u0026amp;utm_content=badge\"\u003e\u003cimg src=\"https://badges.gitter.im/Join%20Chat.svg\" alt=\"Join the chat at https://gitter.im/KennethanCeyer/PIGNOSE\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Getting started\n\nHyperModel helps you make related model design by jQuery.\n\nYou can drag and swap each of grids and properties.\n\n[Check demo page](http://www.pigno.se/barn/PIGNOSE-HyperModel)\n\n![Sample](http://www.pigno.se/barn/PIGNOSE-HyperModel/demo/images/screenshot_main.png)\n\n## Example\n\n```javascript\n$('.hypermodel-container').hypermodel({\n    time: {\n        animate: 300,    // The line animation time when either window resize event be fired or user playing with drag\u0026drop.\n        frame: 3000      // The dash line's dash moving total seconds.\n    },\n    grad: 1,             // The gradient of line 0.1(curve), 10(straight).\n    strokeSpeed: 500,    // How many dash line moves one second.\n    strokeColor: 'rgba(192, 192, 192, .5)',     // Default line color (rgba, rgb, hash color).\n    strokeDashColor: 'rgba(60, 180, 148, .65)', // Dash line color (rgba, rgb, hash color).\n    strokeWidth: 1,      // Default line thickness (px).\n    strokeDashWidth: 1,  // Dash line thickness (px).\n    strokeDashWeight: 8, // Each of dash dottes's length (px).\n    strokeDashMargin: 6  // Gap about each of dash line's dottes (px).\n});\n```\n\n----\n\n### License\n\nThe MIT License (MIT)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennethanceyer%2Fhypermodel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkennethanceyer%2Fhypermodel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennethanceyer%2Fhypermodel/lists"}