Exports & Events

Client Net Events


no-polaroid:camera:use

Toggles camera.

no-polaroid:camera:open

Opens camera.

no-polaroid:camera:close

Closes camera.

no-polaroid:photo:use

Toggles polaroid photo.

Parameters

  • ctx: {image: string, date?: number}

no-polaroid:photo:show

Shows polaroid photo.

Parameters

  • ctx: {image: string, date?: number}

no-polaroid:photo:close

Closes polaroid photo.

no-polaroid:photo:ready

This event will be triggered by us when the photo is ready. You can change normal behavior by listening this event.

Parameters

  • ctx: {image: string; date: number}


Server Net Events


no-polaroid:photo:ready

This event will be triggered by us when the photo is ready. You can change normal behavior by listening this event.

Parameters

  • ctx: {image: string; date: number}

Last updated