Giter VIP home page Giter VIP logo

thumbnail_maker's Introduction

Value Driven Frontend Engineer

직관적인 UX와 실용적인 UI, 인터랙션으로 사용자를 감동시키고 싶은 프론트엔드 개발자 이원국입니다.
레드닷(Reddot) 어워드를 포함한 국제, 국내 디자인 수상 경력을 가진 산업디자이너 출신입니다.
프론트엔드는 인간과 서비스, 기술이 만나는 접점을 설계하는 중요한 분야입니다.
기술과 서비스가 추구하는 사명이 사용자와 만나 비로소 그 가치가 실현되는 순간을 놀랍고 아름다운 경험으로 만들고 싶습니다.
맹목적인 기술 추구보다 본질적인 가치를 지향하는 ‘가치 지향 개발자’로 성장하는 것을 목표로 합니다.


blog: https://velog.io/@oneook
linkedin: https://www.linkedin.com/in/wonkook
contact: [email protected]


thumbnail_maker's People

Contributors

design-oneook avatar raejoonee avatar wonkooklee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

thumbnail_maker's Issues

(제안) 텍스트 스타일 버튼 2번 선택시 선택 해제

좋은 프로젝트 만들어주셔서 감사합니다. 😀

한 가지 제안 사항이 있습니다.

텍스트 스타일 변경 버튼을 한번 더 누르면 선택 해제가 되도록 하면 더 편리해지지 않을까 합니다!

지금은 초기화 말고는 선택 해제가 정확히 어떻게 되는지 잘 모르겠습니다...😅

배경색 지정 기능 제안

안녕하세요. 1년정도 벨로그 사용하면서 썸네일 메이커도 정말 잘 쓰고 있습니다!! ㅎㅎ
추후 추가할 계획이 있으신지 여쭤보려고 이슈 만들었습니다.

현재 있는 메뉴 중 '랜덤 단색'은 있지만, 가끔 특정 배경색을 지정해서 썸네일을 만들고 싶을 때가 있습니다.
혹시 색깔 피커를 넣거나 hex 컬러값을 받아서 배경색을 지정할 수 있는 기능에 대해서도 추가하실 계획이 있으실까요?

감사합니다.

제목 2줄 이상일 때 부제목/분류 관련 이슈

안녕하세요. 우선 좋은 툴을 만들어주셔서 감사드립니다!
사용중에 이슈라고 할만한 것을 발견하여 제보드리고자 등록합니다 ㅎㅎ
제목이 2줄 이상 되었을 때에 분류 혹은 부제목이 보이지 않네요!

image

image

image

image

이미지 선택 취소 시 알림 관련

thumbnail_maker/app.js

Lines 137 to 141 in 200ff2b

let imgUrl = prompt('이미지 주소를 입력하세요 😇');
if (!imgUrl) {
alert('올바르지 않은 URL입니다 😨');
return;
};

원국님 안녕하세요 :)

Velog에 올려주신 썸네일 메이커 관련해서 궁금한 부분이 생겨서 이슈로 남깁니다.

위 코드 내 prompt에서 취소를 선택할 경우 !imgUrl 검증 부분에 의해 선택하지 않고 취소를 하였음에도 불구하고 옳바르지 않은 이미지 주소라는 알림이 발생하는데요.

이 부분을 혹시 취소를 할 경우 알림이 발생하지 않도록

 let imgUrl = prompt('이미지 주소를 입력하세요 😇'); 
 if (!imgUrl) { 
   return; 
 }; 

위와 같이 처리하고 이미지 주소에 대한 유효성 검사를 추가하는 방법은 어떠신지에 대해 의견 남겨봅니다 :)..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.