UNPKG

react-chemdoodle

Version:

The React Chemdoodle Web Components (`react-chemdoodle`) is a UI library add-on for the [ChemDoodle Web Components](https://web.chemdoodle.com/) (CWC) library. CWC provides 18 unique component canvases from a simple 2D "ViewerCanvas" to 3D "EditorCanvas3D

37 lines (36 loc) 794 B
{ "name": "react-chemdoodle", "version": "0.0.7", "repository": { "type": "git", "url": "git+https://github.com/melaniebrgr/react-chemdoodleweb.git" }, "keywords": [ "react", "javascript", "chemistry", "chemical", "graphics", "cheminformatics", "chemdoodle" ], "author": "Melanie Burger", "license": "MIT", "bugs": { "url": "https://github.com/melaniebrgr/react-chemdoodleweb/issues" }, "homepage": "https://github.com/melaniebrgr/react-chemdoodleweb#readme", "source": "src/index.js", "main": "dist/index.js", "scripts": { "build": "parcel build", "clean": "rm -rf dist/", "start": "parcel watch" }, "dependencies": { "react": "18.2.0" }, "eslintConfig": { "extends": "../../.eslintrc.json" } }