1
0

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 1 year has passed since last update.

【JavaScript】ポップアートと化した野獣先輩【アンディ・ウォーホル】

Last updated at Posted at 2023-09-12

結論

スクリーンショット 2023-09-12 204708.png

作り方

  1. 画像を用意する
  2. 画像をSVGにする
  3. いい感じに色を変える(rgbよりhslで調整するとポップな感じでよい)

画像をSVGに変換するライブラリは以下を利用しました。

以下はソース

またrgbからhslに変換する際には以下のソースを使わせていただきました。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?