{"id":15626239,"url":"https://github.com/diygod/owo","last_synced_at":"2025-04-05T08:06:36.850Z","repository":{"id":50637170,"uuid":"55887454","full_name":"DIYgod/OwO","owner":"DIYgod","description":":lollipop: Lovely Emoticon and Emoji Keyboard for input","archived":false,"fork":false,"pushed_at":"2018-01-05T03:45:08.000Z","size":31,"stargazers_count":439,"open_issues_count":5,"forks_count":58,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-29T07:09:14.496Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://diygod.github.io/OwO/demo/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DIYgod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-10T08:01:19.000Z","updated_at":"2025-01-24T10:43:09.000Z","dependencies_parsed_at":"2022-09-01T17:43:28.752Z","dependency_job_id":null,"html_url":"https://github.com/DIYgod/OwO","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIYgod%2FOwO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIYgod%2FOwO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIYgod%2FOwO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIYgod%2FOwO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DIYgod","download_url":"https://codeload.github.com/DIYgod/OwO/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305934,"owners_count":20917208,"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":[],"created_at":"2024-10-03T10:11:36.071Z","updated_at":"2025-04-05T08:06:36.833Z","avatar_url":"https://github.com/DIYgod.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OωO\n\n[![npm](https://img.shields.io/npm/v/owo.svg?style=flat-square)](https://www.npmjs.com/package/owo)\n[![npm](https://img.shields.io/npm/l/owo.svg?style=flat-square)](https://www.npmjs.com/package/owo)\n[![devDependency Status](https://img.shields.io/david/dev/DIYgod/owo.svg?style=flat-square)](https://david-dm.org/DIYgod/OwO#info=devDependencies)\n[![npm](https://img.shields.io/npm/dt/owo.svg?style=flat-square)](https://www.npmjs.com/package/owo)\n[![%e2%9d%a4](https://img.shields.io/badge/made%20with-%e2%9d%a4-ff69b4.svg?style=flat-square)](https://www.anotherhome.net/)\n\n\u003e Lovely Emoticon and Emoji Keyboard for textarea or input\n\n\n\n## Introduction\n\n[Demo](http://diygod.github.io/OwO/demo)\n\nScreenshot\n\n![OwO](http://i.imgur.com/eRSh95i.jpg)\n\n## Install\n\n```js\n$ npm install owo --save\n```\n\n## Usage\n\n### HTML\n\n```html\n\u003clink rel=\"stylesheet\" href=\"OwO.min.css\"\u003e\n\u003c!-- ... --\u003e\n\u003cdiv class=\"OwO\"\u003e\u003c/div\u003e\n\u003c!-- ... --\u003e\n\u003cscript src=\"OwO.min.js\"\u003e\u003c/script\u003e\n```\n\n### JS\n\n```js\nvar OwO_demo = new OwO({\n    logo: 'OωO表情',\n    container: document.getElementsByClassName('OwO')[0],\n    target: document.getElementsByClassName('OwO-textarea')[0],\n    api: './OwO.json',\n    position: 'down',\n    width: '100%',\n    maxHeight: '250px'\n});\n```\n\n#### Options\n\n```js\n{\n    logo: 'OωO表情',                                               // OwO button text, default: `OωO表情`\n    container: document.getElementsByClassName('OwO')[0],         // OwO container, default: `document.getElementsByClassName('OwO')[0]`\n    target: document.getElementsByClassName('OwO-textarea')[0],   // OwO target input or textarea, default: `document.getElementsByTagName('textarea')[0]`\n    api: './OwO.json',                                            // OwO Emoticon data api, default: `https://api.anotherhome.net/OwO/OwO.json`\n    position: 'down',                                             // OwO body position, default: `down`\n    width: '100%',                                                // OwO body width, default: `100%`\n    maxHeight: '250px'                                            // OwO body max-height, default: `250px`\n}\n```\n\n#### Work with module bundler\n\n```js\nvar OwO = require('owo');\nvar OwO_demo = new OwO({\n    // ...\n});\n```\n\n### Data API\n\nProvide emoticon data for OwO.\n\n[Example](https://api.anotherhome.net/OwO/OwO.json)\n\n## Run in development\n\n```js\n$ npm install\n$ npm run dev\n```\n\n## Make a release\n\n```js\n$ npm install\n$ npm run build\n```\n\n## LICENSE\n\nMIT © [DIYgod](http://github.com/DIYgod)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiygod%2Fowo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiygod%2Fowo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiygod%2Fowo/lists"}