Is there an example of the RoundedBoxBufferGeometry?

I would like to add The RoundedBoxBufferGeometry to a list of Primitives I have on my project and wanted to be sure I have the latest details of its code.
First introduction of it I see was 5 years ago but then HERE I see there may be different ways to get the same results?

Hi!
There are may approaches to have the same result.
One of them is the geometry in the distributive: three.js/RoundedBoxGeometry.js at 26e52dbb4cd2e7faa04a61b80833868bffef6b4e · mrdoob/three.js · GitHub, that used in this example: three.js examples (import { RoundedBoxGeometry } from './jsm/geometries/RoundedBoxGeometry.js';)