All Projects → mojimojicorp → MojimojiEmoji

mojimojicorp / MojimojiEmoji

Licence: MIT license
네이버 웨일 브라우저 확장앱 - 모지모지 이모지😊

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to MojimojiEmoji

previewer
A super light-weight JavaScript image previewer [not actively maintained]
Stars: ✭ 24 (+71.43%)
Mutual labels:  vanilla-javascript
vanillalist
Handpicked Vanilla JavaScript Plugins Repository
Stars: ✭ 67 (+378.57%)
Mutual labels:  vanilla-javascript
eins-modal
Simple to use modal / alert / dialog / popup. Created with pure JS. No javascript knowledge required! Works on every browser and device! IE9
Stars: ✭ 30 (+114.29%)
Mutual labels:  vanilla-javascript
curved-menu
VanillaJS fully configurable curved menu (circular navigation)
Stars: ✭ 30 (+114.29%)
Mutual labels:  vanilla-javascript
coding challenge-14
Understanding JavaScript and coding without the help of a library or tool
Stars: ✭ 22 (+57.14%)
Mutual labels:  vanilla-javascript
LC-switch
Superlight vanilla javascript plugin improving forms look and functionality
Stars: ✭ 31 (+121.43%)
Mutual labels:  vanilla-javascript
symfony-hybrid-flex-port
A port of the Hybrid application to Symfony Flex
Stars: ✭ 28 (+100%)
Mutual labels:  vanilla-javascript
dc-accelerators-content-rendering-service
An accelerated starting point for implementing Amplience Dynamic Content.
Stars: ✭ 15 (+7.14%)
Mutual labels:  vanilla-javascript
urlpack
Pure JavaScript toolkit for data URLs (MessagePack, Base58 and Base62)
Stars: ✭ 51 (+264.29%)
Mutual labels:  vanilla-javascript
Triton
🐳 Scripps Whale Acoustics Lab 🌎 Scripps Acoustic Ecology Lab - Triton with remoras in development
Stars: ✭ 25 (+78.57%)
Mutual labels:  whale
vanilla-typescript-cookbook
Examples of how to use vanillajs to do common tasks that we commonly use frameworks for. It also depends on some Vanilla TypeScript components that have been transpiled to js on npm.
Stars: ✭ 26 (+85.71%)
Mutual labels:  vanilla-javascript
jpopup
Simple lightweight (<2kB) javascript popup modal plugin
Stars: ✭ 27 (+92.86%)
Mutual labels:  vanilla-javascript
svelte-googlemaps
Svelte Google Maps Components
Stars: ✭ 62 (+342.86%)
Mutual labels:  vanilla-javascript
universal-parallax
Easy parallax plugin using pure javascript. Also works on mobile platforms. Cross browser support.
Stars: ✭ 107 (+664.29%)
Mutual labels:  vanilla-javascript
event-driven-web-components-realworld-example-app
Exemplary real world application built with Vanilla JS Web Components in an Event Driven Architecture
Stars: ✭ 55 (+292.86%)
Mutual labels:  vanilla-javascript
js-plugin-starter-kit
VanillaJS (pure JavaScript) plugin starter with Webpack 4 and Babel 7.
Stars: ✭ 100 (+614.29%)
Mutual labels:  vanilla-javascript
teaching-nodejs-expressjs-framework-spring-2019-2020
Complete Node-Express Application
Stars: ✭ 16 (+14.29%)
Mutual labels:  vanilla-javascript
i18n-language.js
i18n-language.js is Simple i18n language with Vanilla Javascript
Stars: ✭ 21 (+50%)
Mutual labels:  vanilla-javascript
Density-Wars
Real time peer to peer RTS game running on WebGL (WIP).
Stars: ✭ 60 (+328.57%)
Mutual labels:  vanilla-javascript
tensorflowjs-remove-background
Remove Background from the picture using WebAssembly & TensorFlow.js
Stars: ✭ 79 (+464.29%)
Mutual labels:  vanilla-javascript

모지모지 이모지(MojiMoji Emoji)



Extension application for whale browser.
클릭 한 번으로 간편하게 이모티콘을 복사+붙여넣기 할 수 있는 확장앱입니다.

웨일 스토어에서 다운로드📥

   

🆕Update

 

v1.0.2 Update

  • 프로젝트 구조 변경
  • jquery, clipboard 라이브러리 제거
  • copy, recent 동작 개선

v1.0.1 Update

  • 누락된 이모티콘 추가 (표정, 동물-어류, 도구)
  • 오타 수정

   

👾Getting Started

Prerequisites

Whale Browser 설치가 필요합니다.

Installing

npm install

   

🔌Running the tests

로컬에 프로젝트 저장 후, 웨일 브라우저 개발자 모드에서 프로젝트를 설치하면 테스트 가능합니다.

   

🔨Built With

   

📁File Structure

/app
    index.html 👉 project html 구조
/css
    index.css
/js
    /utils
        doc.js 👉 document methods
        const.js 👉 const bundle
    /pages
        /main
            emojiContainers.js 👉 emoji 불러올 html 구조 생성
            copy.js 👉 copy button click 후 기능
        /settings
            init.js 👉 setting page 초기 값 설정
    /components
        index.js 
        nav.js 👉 nav bar에 버튼 추가
        skintoneButtons.js 👉 피부색 버튼 추가
        /recent
            renderRecent.js 👉 recent 요소 render
            updateRecent.js 👉 update recent data
            removeDuplicate.js 👉 중복 요소 제거
    /events
        /buttonEvent(button click 관련 event listener 등록)
        /emojiEvent(emoji button click 관련 event listener 등록)
        /inputEvent(input 관련 event listener 등록)

js 관련 폴더는 크게 utils / pages / components / events 로 나뉩니다.
events 폴더 내의 파일은 단순 eventlistener 등록 관련 파일입니다.

   

👥Contributing

언제든 참여해주세요! 건의나 제안사항은 issue에 남겨주시면 답변드리겠습니다.

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

📢Versioning

We use SemVer for versioning.

😎Authors

See the list of contributors who participated in this project.

📄License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].