import React from 'react'; import { Helmet } from 'react-helmet'; import GitHubLogo from '../../../images/github.svg'; function Feedback(props) { return (
p5.js Web Editor | Feedback

Via Github Issues

{'If you\'re familiar with Github, this is our preferred method for receiving bug reports and feedback.'}

Go to Github

Via Google Form

You can also submit this quick form.

Go to Form

); } export default Feedback;