How to use the psd.fromEvent function in psd

To help you get started, we’ve selected a few psd examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github zenoamaro / psd-viewer / src / views / application.js View on Github external
async dropFile(event) {
		event.preventDefault();
		this.setState({ loading:true, psd:null });
		let psd = await PSD.fromEvent(event);
		this.setState({ loading:false, psd });
	},

psd

A general purpose Photoshop file parser.

MIT
Latest version published 3 years ago

Package Health Score

54 / 100
Full package analysis

Popular psd functions