Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.