Links

Removing the Watermark

To remove the watermark from Motor mashups, you need to first purchase a license. Upon purchase you will receive a license key which you can validate in the Motor component. See below for an example:
// 1. Import the Motor component
import { Motor } from @motor-js/engine
function App() {
return (
// 2. Use at the root of your project
<Motor
config={{
host: "localhost",
secure: false,
port: 19077,
prefix: "",
appId: 'myAwesomeApp',
}}
licenseKey="XXXXXXXXXXXXXXXXXXXXXXXXX"
>
<App />
</Motor>
)
}
Any questions? Do reach out to us at [email protected].