Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
polygona-3d-client
Advanced tools
Polygona 3D Client is developed with React and GraphQL and can be embedded into any kind of web-app.
Polygona 3D Client is developed with React and GraphQL and can be embedded into any kind of web-app.
apiKey
and apiSecret
provided by Polygona.npm i polygona-3d-client
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import { Polygona3DClient } from 'polygona-3d-client';
const App = () => {
return (
<div>
<div id="header" style={{ height: '64px', backgroundColor: '#32aaca' }} />
<div style={{ position: 'relative', height: '95vh' }}>
<Polygona3DClient
credentials={{ apiKey: 'YOUR_API_KEY', apiSecret: 'YOUR_API_SECRET' }}
slug="customizable-minimalistic-egg-box"
colorScheme="purple"
objectColor="#b99aff"
/>
</div>
</div>
);
};
ReactDOM.render(<App />, document.getElementById('root'));
Available color schemes: gray
, red
, orange
, yellow
, green
, teal
, blue
, cyan
, purple
, pink
An example of the client app is also available in example-client
folder.
To run it just follow the steps below:
> In the root directory
Compile the library
npm i
npm start
> In the example-client directory
npm i
npm start
Server ready at http://localhost:1234
FAQs
Polygona 3D Client is developed with React and GraphQL and can be embedded into any kind of web-app.
The npm package polygona-3d-client receives a total of 0 weekly downloads. As such, polygona-3d-client popularity was classified as not popular.
We found that polygona-3d-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.