squircle

Make all the squircles you need, in the browser. https://squircley.app/
git clone http://git.hanabi.in/repos/squircle.git
Log | Files | Refs | LICENSE

commit a9824e5aa4ece15963f1b9a246e282f49d7892ca
parent 2cee7e8a8b64463c6e417e2f68633b44bf119185
Author: George Francis <georgedoescode@gmail.com>
Date:   Fri, 10 Jul 2020 08:38:33 +0100

adjust build location for og img

Diffstat:
Mwebpack.config.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpack.config.js b/webpack.config.js @@ -134,7 +134,7 @@ module.exports = (env, argv) => { }, }), new CopyPlugin({ - patterns: [{ from: './public/og-image.png', to: 'dist/' }], + patterns: [{ from: './public/og-image.png', to: '' }], }), new CleanWebpackPlugin(), ],