An open API service indexing awesome lists of open source software.

https://github.com/psephopaiktes/figma-squircle-wc


https://github.com/psephopaiktes/figma-squircle-wc

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# figma-squircle-wc

English | [日本語](README.ja.md)

![OGP](./public/OGP.png)

TODO

## DEMO Preview
https://psephopaiktes.github.io/figma-squircle-wc/

## Component
いらんかも。やっぱsvgかdataかみたいreturn属性かな?
- button
- image
- background(image,color,border,shadow,blur)
- form
- clip anything

## つかうイメージ
が描画される。

aaa

- button
widthかheightかRは必須にするか・・・

Contact

- image

- background(image,color,border,shadow,blur)
- form
- clip anything

## HTMLにSVGもしくはpath直接描画
- 画像として扱える
- HTMLにw0h0で描画しておいてCSSでclip-path: url(#id);(MeBanner)

## CSSにdataURL
- border-image-source: url('data:image/svg+xml,') (Contactボタンに)
- backgroundもいけるかな