mirror of
https://github.com/mue/mue.git
synced 2026-07-15 04:53:48 +02:00
Co-authored-by: David Ralph <me@davidcralph.co.uk> Co-authored-by: Isaac <contact@eartharoid.me>
14 lines
252 B
JavaScript
14 lines
252 B
JavaScript
const DefaultOptions = {
|
|
quote: false,
|
|
quoteType: 'api',
|
|
customQuote: [],
|
|
copyButton: false,
|
|
quoteShareButton: false,
|
|
favouriteQuoteEnabled: false,
|
|
authorLink: false,
|
|
authorImg: true,
|
|
zoomQuote: 100
|
|
};
|
|
|
|
export default DefaultOptions;
|