The official website for Next.js
To submit a feature, bug fix, or enhancement to the website proceed as follows:
- Clone this repo
- Within your terminal, run
yarn
to install the dependencies - Once the dependencies are installed, run
yarn dev
to start the dev server onlocalhost:3000
We really appreciate any contribution.
brew install go
go get -u github.com/fogleman/primitive
primitive -i IMAGEHERE.png -o OUTPUTHERE.svg -n 30 -s 1280
ReplaceIMAGEHERE
andOUTPUTHERE
with the actual image.- Open the resulting svg file, copy the contents
- go to https://dopiaza.org/tools/datauri/index.php
- Select
provide text
and paste the svg contents - Uncheck the
use base64 encoding
box - Select
Explicitly specify mime type
and set it toimage/svg+xml
- Copy the results into
./showcase-manifest.js
under thedata
key.