{"id":13447132,"url":"https://github.com/arguiot/DisplayJS","last_synced_at":"2025-03-21T17:30:52.483Z","repository":{"id":48268504,"uuid":"92643408","full_name":"arguiot/DisplayJS","owner":"arguiot","description":"A simple JavaScript framework for building ambitious UIs [DEPRECATED]","archived":false,"fork":false,"pushed_at":"2023-01-12T06:49:49.000Z","size":2423,"stargazers_count":590,"open_issues_count":29,"forks_count":57,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-19T01:40:31.055Z","etag":null,"topics":["displayjs","dom","eyejs","framework","framework-javascript","frameworks","front-end","frontend","frontend-framework","html","javascript","web"],"latest_commit_sha":null,"homepage":"https://display.js.org","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/arguiot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-28T06:10:37.000Z","updated_at":"2025-03-07T03:29:35.000Z","dependencies_parsed_at":"2023-02-09T10:31:03.312Z","dependency_job_id":null,"html_url":"https://github.com/arguiot/DisplayJS","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguiot%2FDisplayJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguiot%2FDisplayJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguiot%2FDisplayJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arguiot%2FDisplayJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arguiot","download_url":"https://codeload.github.com/arguiot/DisplayJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244838071,"owners_count":20518779,"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":["displayjs","dom","eyejs","framework","framework-javascript","frameworks","front-end","frontend","frontend-framework","html","javascript","web"],"created_at":"2024-07-31T05:01:09.059Z","updated_at":"2025-03-21T17:30:52.093Z","avatar_url":"https://github.com/arguiot.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003eDisplayJS\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://rawgit.com/arguiot/DisplayJS/master/docs/img/logo.svg\" width=\"256\"\u003e\n\u003cbr/\u003e\nA simple framework for building ambitious UI, without thinking about how everything will be displayed.\n\u003cbr/\u003e\nBy the way, you can ⭐️ the project to support it 😊\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![GitHub release](https://img.shields.io/github/release/arguiot/DisplayJS.svg)](https://github.com/arguiot/DisplayJS/releases)\n[![Build Status](https://travis-ci.org/arguiot/DisplayJS.svg?branch=master)](https://travis-ci.org/arguiot/DisplayJS)\n[![Github All Releases](https://img.shields.io/github/downloads/arguiot/DisplayJS/total.svg)](https://github.com/arguiot/DisplayJS/)\n[![npm](https://img.shields.io/npm/dt/display.js.svg)](https://www.npmjs.com/package/display.js)\n[![License](https://img.shields.io/github/license/arguiot/DisplayJS.svg)](LICENSE)\n\u003c/div\u003e\n\n## Browser support\nThe browser support table is not 100% accurate. The ⛔ means that I didn't test DisplayJS for that browser.\n\n| \u003cimg src=\"https://github.com/alrra/browser-logos/blob/master/src/chrome/chrome_128x128.png?raw=true\" width=\"48px\" height=\"48px\" alt=\"Chrome logo\"\u003e | \u003cimg src=\"https://github.com/alrra/browser-logos/blob/master/src/firefox/firefox_128x128.png?raw=true\" width=\"48px\" height=\"48px\" alt=\"Firefox logo\"\u003e | \u003cimg src=\"https://github.com/alrra/browser-logos/blob/master/src//archive/internet-explorer_9-11/internet-explorer_9-11_128x128.png?raw=true\" width=\"48px\" height=\"48px\" alt=\"IE logo\"\u003e | \u003cimg src=\"https://github.com/alrra/browser-logos/blob/master/src/opera/opera_128x128.png?raw=true\" width=\"48px\" height=\"48px\" alt=\"Opera logo\"\u003e | \u003cimg src=\"https://github.com/alrra/browser-logos/blob/master/src/safari/safari_128x128.png?raw=true\" width=\"48px\" height=\"48px\" alt=\"Safari logo\"\u003e | \u003cimg src=\"https://github.com/alrra/browser-logos/blob/master/src/archive/android/android_128x128.png?raw=true\" width=\"48px\" height=\"48px\" alt=\"Android Browser Logo\" \u003e\n|:---:|:---:|:---:|:---:|:---:|:---:|\n| 52+ ✅ | 52+ ✅ | 10+⛔ | 40+ ✅ | 9+ ✅ | 5.2+ ⛔\n## Getting Started\n\nTo use display.js, you'll need to download display.js and add it in your js folder. Or, you can add these line of code in the head or in the body of your page:\n```html\n// Add DisplayJS\n\u003cscript src=\"https://unpkg.com/display.js\"\u003e\u003c/script\u003e\n```\nor you can install DisplayJS using [npm](https://npmjs.com/package/display.js)\n```bash\n$ npm install display.js\n```\n\n## Initialize DisplayJS\n\n```javascript\n// Create a var for Display.JS. You don't have to add the $ var, you can change the name.\nvar $ = new DisplayJS (window);\n```\n\n## The full docs can be found [here](https://github.com/arguiot/DisplayJS/wiki)\n\n## Support\nDisplayJS is a project that required a lot of work and effort. You can show your appreciation by leaving a ⭐️. But you can also contribute in a 'financial' way by giving to my [Patreon](https://www.patreon.com/bePatron?u=10987869)\n## Contributing\n\nPlease read [CONTRIBUTING.md](./CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n#### Made a website using the DisplayJS?\n\nAdd the built with DisplayJS badge to your `README.md`\n\n[![Built with DisplayJS](https://img.shields.io/badge/Built%20with-DisplayJS-blue.svg)](https://img.shields.io/badge/Built%20with-DisplayJS-blue.svg)\n\n\nFeel free to send me an email at [arguiot@gmail.com](mailto:arguiot@gmail.com), and I might add your site to an examples section I'm currently working on.\n\n## Examples of projects using DisplayJS\n- [EyeJS](https://eye.js.org)\n- [Glottologist](https://glottologist.js.org)\n- ~~[CrypTools Org](https://cryptools.github.io)~~ \u003c!-- Cryptools deosn't use display.js anymore --\u003e\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/arguiot/DisplayJS/tags).\n\n## Authors\n\n- **Arthur Guiot** - *Initial work* - [@arguiot](https://github.com/arguiot)\n- **Nikhil Bhaskar** - *Added aliases for the `$.var()` function* - [@Nikhil22](https://github.com/Nikhil22)\n- **devrafalko** - *Helped a lot for the `$.math()` function* - [@devrafalko](https://github.com/devrafalko)\n- **Irving Ventura** - *Fixed a merge issue* - [@irvingv8](https://github.com/irvingv8)\n- **Vladimir B.** - *Fixed the global export warning* - [@ange007](https://github.com/ange007)\n- **ChenSheng** - *Fixed `$.s()` function* - [@Cslove](https://github.com/Cslove)\n\nSee also the list of [contributors](https://github.com/arguiot/DisplayJS/contributors) who participated in this project. If you don't code but you have great ideas, don't hesitate to write your idea in the issue part. If your idea is accepted, I will add you to this list 😊.\n\u003cdl\u003e\n  \u003cdt\u003eThank You\u003c/dt\u003e\n  \u003cdd\u003efor support\u003c/dd\u003e\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\nCopyright \u0026copy; 2017 Arthur Guiot All Rights Reserved.\n","funding_links":["https://www.patreon.com/bePatron?u=10987869"],"categories":["JavaScript","目录"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farguiot%2FDisplayJS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farguiot%2FDisplayJS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farguiot%2FDisplayJS/lists"}