codepan icon indicating copy to clipboard operation
codepan copied to clipboard

Browser library for embeding CodePan

Open egoist opened this issue 7 years ago • 0 comments

import codepan from 'codepan'

codepan.mount('#target', {
	js: {
		code: `console.log('foo')`
	}
})

egoist avatar Jan 22 '18 07:01 egoist