5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

指定した画像の上にスタンプのせるやつ作った

Last updated at Posted at 2019-10-02

はじめに

指定した画像の上にスタンプのせるサービスあるじゃないですか
勉強になるかと思ったので似たようなものを作ってみました

どんなやつ

gif.gif

url
https://babu-ch.github.io/gurasan_stamp/

source
https://github.com/babu-ch/gurasan_stamp

使っている技術

Vue.js, JavaScript, Canvas
サーバーはGithubPagesを使用

仕様

画像をアップロード

アプロドされた画像を表示

アイコンをすきなとこに動かす

合成した画像を出力
画像出力部分は
DOMを動かして最終的にCanvasでそれを再現するような仕様になっている

詰まったところ

canvasのrotateがちょっと難しかった

参考
https://weblike-curtaincall.ssl-lolipop.jp/blog/?p=594

こめんと

iphoneとか古いブラウザでは動かないかもしれない

あとめっちゃ使いづらいしサングラスのアイコンとか透けとるやないかい

サンタの帽子もフチが透けとるやないかい

おわりに

GithubPagesすげえ!

GithubPagesがあれば簡単なwebサービスはタダでサクサクつくれますね

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?