{"id":41365349,"url":"https://github.com/simpart/mofron-comp-dragframe","last_synced_at":"2026-01-23T08:23:22.976Z","repository":{"id":57300889,"uuid":"91663832","full_name":"simpart/mofron-comp-dragframe","owner":"simpart","description":null,"archived":false,"fork":false,"pushed_at":"2017-09-12T08:27:04.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-28T09:57:13.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/simpart.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":"2017-05-18T07:42:23.000Z","updated_at":"2017-09-12T08:03:21.000Z","dependencies_parsed_at":"2022-09-07T21:54:45.844Z","dependency_job_id":null,"html_url":"https://github.com/simpart/mofron-comp-dragframe","commit_stats":null,"previous_names":["simpart/mofron-comp-frame-card"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simpart/mofron-comp-dragframe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpart%2Fmofron-comp-dragframe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpart%2Fmofron-comp-dragframe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpart%2Fmofron-comp-dragframe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpart%2Fmofron-comp-dragframe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simpart","download_url":"https://codeload.github.com/simpart/mofron-comp-dragframe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simpart%2Fmofron-comp-dragframe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28684456,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-23T08:23:19.139Z","updated_at":"2026-01-23T08:23:22.972Z","avatar_url":"https://github.com/simpart.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mofron-comp-frame-card\n\n# install\nnpm install mofron-comp-frame-card\n\n# sample\n\n```js\ntry {\n    let mf   = require('mofron');\n    let Text = require('mofron-comp-text');\n    let Card = require('mofron-comp-frame-card');\n    require('mofron-effect-color');\n    require('mofron-effect-shadow');\n\n    new Card({\n        size        : new mf.Param(35, 200),\n        addChild    : new Text('Card'),\n        focusEffect : new mf.effect.Color({\n                          color : new mofron.Param(\n                                      new mf.Color(255,255,255),\n                                      new mf.Color(57,133,150)\n                                  ),\n                          speed : 0.6\n                      }),\n        hoverEffect : new mf.effect.Shadow({\n                          value : 20,\n                          speed : 0.6\n                      }),\n        draggable   : true,\n        visible     : true\n    });\n} catch (e) {\n    console.error(e.stack);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpart%2Fmofron-comp-dragframe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimpart%2Fmofron-comp-dragframe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimpart%2Fmofron-comp-dragframe/lists"}