Open narcello opened 5 years ago
Pass config object to RAF from parent app, and read from props.config on module
props.config
let config = { pathToStorage: '', imageSrc: null, handleGetImage: () => {}, animationTime: '0.3s', size: '128px', borderColor: '#e2e2e2', borderOpacity: 1, readOnly: false, storage: {} }
Pass config object to RAF from parent app, and read from
props.config
on module