{"id":21073992,"url":"https://github.com/photino/jquery-feyn","last_synced_at":"2025-10-30T18:49:02.452Z","repository":{"id":9772586,"uuid":"11743414","full_name":"photino/jquery-feyn","owner":"photino","description":"jQuery plugin for drawing Feynman diagrams with SVG","archived":false,"fork":false,"pushed_at":"2014-09-15T07:17:22.000Z","size":1192,"stargazers_count":35,"open_issues_count":2,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-05T20:56:50.867Z","etag":null,"topics":["feynman-diagrams","javascript","jquery","jquery-plugin","svg"],"latest_commit_sha":null,"homepage":"http://photino.github.io/jquery-feyn/","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/photino.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-07-29T15:49:46.000Z","updated_at":"2025-03-18T14:26:56.000Z","dependencies_parsed_at":"2022-07-12T15:03:47.775Z","dependency_job_id":null,"html_url":"https://github.com/photino/jquery-feyn","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/photino/jquery-feyn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photino%2Fjquery-feyn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photino%2Fjquery-feyn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photino%2Fjquery-feyn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photino%2Fjquery-feyn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/photino","download_url":"https://codeload.github.com/photino/jquery-feyn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/photino%2Fjquery-feyn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281862820,"owners_count":26574708,"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","status":"online","status_checked_at":"2025-10-30T02:00:06.501Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["feynman-diagrams","javascript","jquery","jquery-plugin","svg"],"created_at":"2024-11-19T19:14:04.502Z","updated_at":"2025-10-30T18:49:02.409Z","avatar_url":"https://github.com/photino.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery.Feyn\n\nFor complete documentation and examples, please visit the project page:\n\u003chttp://photino.github.io/jquery-feyn/\u003e.\n\n## Overview\n\njQuery.Feyn is a jQuery plugin to facilitate your drawing Feynman diagrams with\nScalable Vector Graphics (SVG). The following list gives a quick overview of\nthe most prominent features:\n\n- Automatic generation of clean SVG source code\n- Easy to use, easy to make fine adjustments\n- Predefined propagator styles, vertex types, and symbols\n- Support for typesetting labels and including external graphics\n- Lightweight, cross-browser, and fully documented\n\njQuery.Feyn is released under the MIT license.\n\n## Supported Browsers\n\n- Firefox 4+\n- Chrome 7+\n- Opera 11.6+\n- Safari 5.1+\n- IE 9+\n\nA more detailed compatibility table for support of inline SVG in HTML5 can be\nfound at [caniuse.com/svg-html5](http://caniuse.com/svg-html5).\n\n## Basic Usage\n\nTo use jQuery.Feyn, the first thing you should do is to load the scripts.\nThen you can configure your desired Feynman diagram such as\n\n    \u003cscript\u003e\n      $(document).ready(function() {\n        $('#container').feyn({\n          incoming: {i1: '20,180', i2: '180,180'},\n          outgoing: {o1: '20,20', o2: '180,20'},\n          vertex: {v1: '100,140', v2: '100,60'},\n          fermion: {line: 'i1-v1-i2,o2-v2-o1'},\n          photon: {line: 'v1-v2'}\n        });\n      });\n    \u003c/script\u003e\n\nThe jQuery ID selector `$('#container')` can also be replaced by any other\nCSS selector that applies to a unique block-level element in your document,\nwhich serves as the container of jQuery.Feyn's SVG output.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphotino%2Fjquery-feyn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphotino%2Fjquery-feyn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphotino%2Fjquery-feyn/lists"}